llvm/test
Bill Wendling 3479be91c4 Add transformation:
xor (or (icmp, icmp), true) -> and(icmp, icmp)

This is possible because of De Morgan's law.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61537 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-01 01:18:23 +00:00
..
Analysis Check that the function prototypes are correct before assuming that the 2008-12-27 16:20:53 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen This is not failing on Darwin for some reason. XFAIL for other platforms. 2008-12-31 19:26:09 +00:00
DebugInfo More precise XFAIL. 2008-12-19 22:28:23 +00:00
ExecutionEngine
Feature add testcase for type parsing. 2008-12-27 08:10:46 +00:00
FrontendAda
FrontendC XFAIL test caused by r61493. Apparently, this is expected? 2008-12-31 08:26:55 +00:00
FrontendC++ This test works again for Darwin because a patch was reverted. 2008-12-19 19:08:13 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC Use ignore & grep instead of XFAIL. 2008-12-21 07:47:49 +00:00
Other
Scripts
TableGen
Transforms Add transformation: 2009-01-01 01:18:23 +00:00
Verifier
Makefile Removed extra spaces. 2008-12-31 17:38:27 +00:00
Makefile.tests
TestRunner.sh