1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/CodeGen/XCore
Bill Wendling 33cf8ff597 Revert r59464. It was causing this failure:
Running /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/dg.exp ...
FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/fneg.ll
Failed with signal(SIGABRT) at line 1
while running:  llvm-as < /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/fneg.ll |  llc -march=xcore > fneg.ll.tmp1.s
Assertion failed: (VT.isFloatingPoint() && "Cannot create integer FP constant!"), function getConstantFP, file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, line 913.
0   llc                                 0x0092115c _ZN4llvm3sys18RemoveFileOnSignalERKNS0_4PathEPSs + 844
1   libSystem.B.dylib                   0x9217809b _sigtramp + 43
2   ???                                 0xffffffff 0x0 + 4294967295
3   libSystem.B.dylib                   0x921f0ec2 raise + 26
4   libSystem.B.dylib                   0x9220047f abort + 73
5   libSystem.B.dylib                   0x921f2063 __assert_rtn + 101
6   llc                                 0x005a5b0a _ZN4llvm12SelectionDAG13getConmake[1]: *** [check-local] Error 1
make: *** [check] Error 2

llvm-svn: 59487
2008-11-18 01:49:24 +00:00
..
2008-11-17-Shl64.ll Don't produce ADDC/ADDE when expanding SHL unless they are legal 2008-11-17 17:34:31 +00:00
addsub64.ll [XCore] Fix expansion of 64 bit add/sub. Don't custom expand 2008-11-14 15:59:19 +00:00
basictest.ll
bitrev.ll Add XCore intrinsics for getid (returns thread id) and bitrev (reverses 2008-11-14 10:12:16 +00:00
cos.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
dg.exp
exp2.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
exp.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
fneg.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
getid.ll Add XCore intrinsics for getid (returns thread id) and bitrev (reverses 2008-11-14 10:12:16 +00:00
log2.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
log10.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
log.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
pow.ll Add soft float support for a bunch more operations. Original 2008-11-17 20:52:38 +00:00
powi.ll Add soft float support for a bunch more operations. Original 2008-11-17 20:52:38 +00:00
sin.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00
sqrt.ll Revert r59464. It was causing this failure: 2008-11-18 01:49:24 +00:00