llvm-6502/test
Eli Friedman 1fbffe0cef Another SCEV issue from PR2607; essentially the same issue, but this
time applying to the implicit comparison in smin expressions. The 
correct way to transform an inequality into the opposite 
inequality, either signed or unsigned, is with a not expression.

I looked through the SCEV code, and I don't think there are any more 
occurrences of this issue.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54194 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-30 04:36:32 +00:00
..
Analysis Another SCEV issue from PR2607; essentially the same issue, but this 2008-07-30 04:36:32 +00:00
Archive
Assembler Add vector shifts to the IR, patch by Eli Friedman. 2008-07-29 15:49:41 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix PR2609. If a label is deleted, then it needs 2008-07-29 20:56:02 +00:00
DebugInfo
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 Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
LLVMC
Other Test this differently: I saw this test fail 2008-07-28 19:09:01 +00:00
Scripts
TableGen
Transforms Add -unroll-allow-partial command line option that enabled the loop unroller to 2008-07-29 13:21:23 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh Fix a bashism in TestRunner.sh. 2008-07-28 18:41:03 +00:00