diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-01 18:40:03 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-01 18:40:03 +0000 |
commit | bcf47a5bce48fe5f0c6ef1e803100682d001f182 (patch) | |
tree | b44915a3a31394b1b0834e3b81916117107677e5 /test/CodeGen/Generic | |
parent | d4f27d7daad0ef77927c1cbb7eab3203fc6f6a29 (diff) | |
download | external_llvm-bcf47a5bce48fe5f0c6ef1e803100682d001f182.zip external_llvm-bcf47a5bce48fe5f0c6ef1e803100682d001f182.tar.gz external_llvm-bcf47a5bce48fe5f0c6ef1e803100682d001f182.tar.bz2 |
XFAIL this test on arm until the backend is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r-- | test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll index cd446d5..da26504 100644 --- a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll +++ b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll @@ -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 |