llvm-6502/test
Duncan Sands b2f3c383ec For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + 1) -> -1.
These were not recommended by my auto-simplifier since they don't fire often enough.
However they do fire from time to time, for example they remove one subtraction from
the final bitcode for 483.xalancbmk.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123755 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-18 11:50:19 +00:00
..
Analysis Revert the testcase from the previous reverted commit. 2011-01-11 09:20:44 +00:00
Archive
Assembler Allow unnamed_addr on declarations. 2011-01-15 08:15:00 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix an off-by-one error in ctpop combining. 2011-01-17 18:00:28 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC Update llvm-gcc's tests. 2011-01-14 17:01:20 +00:00
FrontendC++
FrontendFortran
FrontendObjC Update tests to accomodate unnamed_addr introduction. 2011-01-17 17:54:17 +00:00
FrontendObjC++
Integer
lib
Linker Make everyone happy this time. 2011-01-16 21:34:34 +00:00
LLVMC
MC McARM: Start marking T2 address operands as such, for the benefit of the parser. 2011-01-18 03:06:03 +00:00
Other
Scripts
TableGen Rename lisp-like functions as suggested by Gabor Greif as loooong time 2011-01-07 17:05:37 +00:00
Transforms For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + 1) -> -1. 2011-01-18 11:50:19 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh