mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
unxfail this, llc doesn't support this feature yet, so don't run it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
36f24cb46d
commit
2db395600f
@ -2,8 +2,6 @@
|
||||
; intrinsic is supported natively or IntrinsicLowering provides it.
|
||||
; RUN: llvm-as < %s > %t.bc
|
||||
; RUN: lli --force-interpreter=true %t.bc
|
||||
; RUN: llc %t.bc -o /dev/null -f
|
||||
; XFAIL: *
|
||||
|
||||
declare i32 @llvm.part.set.i32.i32.i32(i32 %x, i32 %rep, i32 %hi, i32 %lo)
|
||||
declare i16 @llvm.part.set.i16.i16.i16(i16 %x, i16 %rep, i32 %hi, i32 %lo)
|
||||
|
Loading…
Reference in New Issue
Block a user