forked from OSchip/llvm-project
XFAIL this test on arm until the backend is fixed.
llvm-svn: 138955
This commit is contained in:
parent
0f6ff8cb2b
commit
c032617581
|
@ -3,6 +3,9 @@
|
|||
; the uses of a copy to a physical register without ignoring non-data
|
||||
; dependence, PR10220.
|
||||
|
||||
; The ARM backend can't handle i256 math at the moment.
|
||||
; XFAIL: arm
|
||||
|
||||
define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp {
|
||||
entry:
|
||||
%c = load i256* %cc
|
||||
|
|
Loading…
Reference in New Issue