llvm-6502/lib/Transforms
Chris Lattner c99428f3c9 Fix a major source of "type unsafety", where a cast is neccesary, but can
be put either before or after a load.  We chose to cast the value loaded
instead of the pointer to load from.

Fixes bug: test/Regression/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2621 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-14 05:23:45 +00:00
..
Instrumentation Move UnifyFunctionExitNodes to Utils library: final resting place this time 2002-05-07 19:18:48 +00:00
IPO Add support for printing out statistics information when -stats is added to 2002-05-10 15:38:35 +00:00
Scalar Implement elimination of loads 2002-05-14 05:02:40 +00:00
Utils Add support for printing out statistics information when -stats is added to 2002-05-10 15:38:35 +00:00
ExprTypeConvert.cpp This doesn't use DCE! 2002-05-07 20:02:44 +00:00
LevelRaise.cpp Fix a major source of "type unsafety", where a cast is neccesary, but can 2002-05-14 05:23:45 +00:00
Makefile
TransformInternals.cpp
TransformInternals.h