1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Chris Lattner f3f6b6d7af Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, true)
This cause a regression in InstCombine/JavaCompare, which was doing the right
thing on accident.  To handle the missed case, generalize the comparisons based
on masked bits a little bit to handle comparisons against the max value. For 
example, we can now xform (slt i32 (and X, 4), 4) -> (setne i32 (and X, 4), 4)

llvm-svn: 53443
2008-07-11 04:09:09 +00:00
..
Analysis
Archive
Assembler Implement PR2538 2008-07-11 00:30:06 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Put CPPBackend tests into their own directory and run them only if they're 2008-07-10 22:35:32 +00:00
DebugInfo Testcase for debug info from data-only files. 2008-07-08 21:57:56 +00:00
ExecutionEngine
Feature Put CPPBackend tests into their own directory and run them only if they're 2008-07-10 22:35:32 +00:00
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC
Integer
lib
Linker
LLVMC
Other Put CPPBackend tests into their own directory and run them only if they're 2008-07-10 22:35:32 +00:00
Scripts
TableGen
Transforms Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, true) 2008-07-11 04:09:09 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh