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 c4cc4a328f Fix another crash found by inspection. If we have a PHI node merging
the load multiple times, make sure the check the uses of the PHI to 
ensure they are transformable.

llvm-svn: 61102
2008-12-16 21:24:51 +00:00
..
Analysis Remove empty test. 2008-12-16 19:07:17 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error. 2008-12-16 18:21:39 +00:00
DebugInfo add testcase for -print-dbginfo 2008-12-16 10:10:23 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC
FrontendC++ Re-enable test. 2008-12-12 22:42:35 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC Remove Clang tests since clang is not installed on the buildbots. 2008-12-09 15:11:45 +00:00
Other
Scripts
TableGen
Transforms Fix another crash found by inspection. If we have a PHI node merging 2008-12-16 21:24:51 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh