1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/CodeGen/PowerPC
Chris Lattner b5f4ad43d5 New testcase that the PPC backend miscompiles. It is emitting
.comm _X,0

For X, which makes the linker thing that X is never defined.

llvm-svn: 18834
2004-12-12 20:34:06 +00:00
..
2004-11-29-ShrCrash.ll New testcase 2004-11-30 06:35:52 +00:00
2004-11-30-shift-crash.ll New testcase that crashes the PPC backend 2004-11-30 06:28:53 +00:00
2004-11-30-shr-var-crash.ll New testcase that crashes the PPC BE 2004-11-30 06:39:45 +00:00
2004-12-12-ZeroSizeCommon.ll New testcase that the PPC backend miscompiles. It is emitting 2004-12-12 20:34:06 +00:00
dg.exp Adding srcdir arg 2004-11-19 22:45:25 +00:00
rlwimi.ll