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 | c032617581c243dfd6328407d889219ad5d3791e (patch) | |
| tree | c7ee524b6a3ecad91f53937006a2eb2f7165f417 /llvm | |
| parent | 0f6ff8cb2bdc03d6afb9b399fbd0c8e98579ff81 (diff) | |
| download | bcm5719-llvm-c032617581c243dfd6328407d889219ad5d3791e.tar.gz bcm5719-llvm-c032617581c243dfd6328407d889219ad5d3791e.zip | |
XFAIL this test on arm until the backend is fixed.
llvm-svn: 138955
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll index cd446d57d8a..da26504b13d 100644 --- a/llvm/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll +++ b/llvm/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 |

