-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
| Bugzilla Link | 2105 |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | Solaris |
| CC | @asl |
Extended Description
Some tests fail on SPARCv8:
FAIL: .../llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-as < .../llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll | llc
Cannot yet select: 0xd42d28: i32,i32 = umul_lohi 0xd42c38, 0xd42a58
FAIL: .../llvm/test/CodeGen/Generic/storetrunc-fp.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-as < .../llvm/test/CodeGen/Generic/storetrunc-fp.ll | llc
Cannot yet select: 0xd3fe68: ch = store 0xd3fcf8, 0xd403d8, 0xd39320, 0xd404f8 <0xd36278:0> alignment=4
FAIL: .../llvm/test/DebugInfo/funccall.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-upgrade < .../llvm/test/DebugInfo/funccall.ll | llvm-as | llc
Cannot yet select llvm.dbg.declare: 0xd3adc8: ch = declare 0xd496b8, 0xd3d6c8, 0xd4b228
Anybody who is at home in this area, can you fix this?
Otherwise some guidance welcome and I try to do it myself.