llvm-6502/test
Chris Lattner 39c27eddc5 Fix PR3452 (an infinite loop bootstrapping) by disabling the recent
improvements to the EvaluateInDifferentType code.  This code works 
by just inserted a bunch of new code and then seeing if it is 
useful.  Instcombine is not allowed to do this: it can only insert
new code if it is useful, and only when it is converging to a more
canonical fixed point.  Now that we iterate when DCE makes progress,
this causes an infinite loop when the code ends up not being used.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63483 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-31 19:05:27 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix PR3401: when using large integers, the type 2009-01-31 15:50:11 +00:00
DebugInfo Each input file is encoded as a separate compile unit in LLVM debugging 2009-01-30 18:20:31 +00:00
ExecutionEngine This is case is to uncover the bug in IntrinsicLowering.cpp, 2009-01-30 08:59:51 +00:00
Feature
FrontendAda
FrontendC Add a always_inline test case. 2009-01-29 09:31:54 +00:00
FrontendC++
FrontendFortran
FrontendObjC Testcase for 6522054. 2009-01-26 23:22:19 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Add three new option properties. 2009-01-28 03:47:20 +00:00
Other
Scripts
TableGen
Transforms Fix PR3452 (an infinite loop bootstrapping) by disabling the recent 2009-01-31 19:05:27 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh