llvm-6502/test
Evan Cheng d101a72d79 Fix a dagga combiner bug: avoid creating illegal constant.
Is this really a winning transformation?
fold (shl (srl x, c1), c2) -> (shl (and x, (shl -1, c1)), (sub c2, c1)) or                                                                              
                              (srl (and x, (shl -1, c1)), (sub c1, c2))


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76535 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-21 05:40:15 +00:00
..
Analysis Add a testcase for PR4569, which is now fixed. 2009-07-21 00:50:52 +00:00
Archive
Assembler Assembly and Bitcode support for unsigned/signed overflow flags and 2009-07-20 21:19:07 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix a dagga combiner bug: avoid creating illegal constant. 2009-07-21 05:40:15 +00:00
DebugInfo
ExecutionEngine remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
Feature
FrontendAda
FrontendC Testcase for PR4214. 2009-07-17 11:44:20 +00:00
FrontendC++ Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes 2009-07-20 22:02:59 +00:00
FrontendFortran
FrontendObjC This test should be run with -m32. 2009-07-19 22:44:03 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Other
Scripts
TableGen
Transforms Add a testcase for PR2831. 2009-07-21 01:02:18 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh