llvm-6502/test
Chris Lattner 918871ee01 make instcombine only rewrite a chain of computation
(eliminating some extends) if the new type of the
computation is legal or if both the source and dest
are illegal.  This prevents instcombine from changing big
chains of computation into i64 on 32-bit targets for 
example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86398 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 19:11:46 +00:00
..
Analysis Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 2009-11-07 00:16:28 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add some dummy support for post-incremented loads 2009-11-07 17:15:06 +00:00
DebugInfo fix typo 2009-11-06 20:10:46 +00:00
ExecutionEngine
Feature add bitcode reader support for blockaddress. We can now fully 2009-10-28 05:53:48 +00:00
FrontendAda
FrontendC
FrontendC++ turn IPSCCP back on by default, try #3 or 4? Woo. 2009-11-03 19:35:13 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC
Other
Scripts
TableGen
Transforms make instcombine only rewrite a chain of computation 2009-11-07 19:11:46 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Add missing substitution for %llvmgcc_only. 2009-10-30 21:13:59 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh