1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/Transforms
Chris Lattner c4b04b65ba handle undef values much more carefully: generalize the resolveundefbranches
code to handle instructions as well, so that we properly fold things like
X & undef -> 0.
This fixes Transforms/SCCP/2006-12-19-UndefBug.ll

llvm-svn: 32715
2006-12-20 06:21:33 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation remove dead statistic 2006-12-19 22:23:21 +00:00
IPO switch statistics over to not use static ctors. 2006-12-19 23:16:47 +00:00
Scalar handle undef values much more carefully: generalize the resolveundefbranches 2006-12-20 06:21:33 +00:00
Utils switch more statistics over to STATISTIC, eliminating static ctors. Also, 2006-12-19 22:17:40 +00:00
ExprTypeConvert.cpp Convert the last uses of CastInst::createInferredCast to a normal cast 2006-12-18 08:47:13 +00:00
LevelRaise.cpp switch more statistics over to STATISTIC, eliminating static ctors. Also, 2006-12-19 22:17:40 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp For PR950: 2006-10-20 07:07:24 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00