1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/lib/Transforms
Chris Lattner a4184f9ab6 Fix: ConstantMerge/2002-09-23-CPR-Update.ll
Basically, this bug boiled down to calling replaceUsesOfWith on a constant,
which changed it's shape in an illegal way.  This pass now goes through all
of the trouble neccesary to do the replacement on constants.

llvm-svn: 3895
2002-09-23 23:00:46 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Added checking threshold 2002-09-20 16:44:35 +00:00
IPO Fix: ConstantMerge/2002-09-23-CPR-Update.ll 2002-09-23 23:00:46 +00:00
Scalar * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll 2002-09-23 20:06:22 +00:00
Utils Insert resolved constants into the global map so they are reused correctly. 2002-09-23 18:14:15 +00:00
ExprTypeConvert.cpp Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00
LevelRaise.cpp Fixed typo. 2002-09-18 00:42:45 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TransformInternals.cpp Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00
TransformInternals.h Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00