llvm-6502/lib/Transforms
Chris Lattner c20e24524f Instcombine PHI's of the form %PN = phi PN, X into X and
%PN = phi PN, PN, PN into 0 (because the phi must not be reachable)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3470 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-22 20:22:01 +00:00
..
Hello
Instrumentation Do not generate loads/stores with indexing 2002-08-21 22:11:33 +00:00
IPO Do not create load/stores with indexes 2002-08-21 22:10:52 +00:00
Scalar Instcombine PHI's of the form %PN = phi PN, X into X and 2002-08-22 20:22:01 +00:00
Utils
ExprTypeConvert.cpp Do not generate load/store instructions with indexing. 2002-08-22 16:41:31 +00:00
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h