diff options
Diffstat (limited to 'test/CodeGen/ARM/2010-11-17-DAGCombineShiftBug.ll')
-rw-r--r-- | test/CodeGen/ARM/2010-11-17-DAGCombineShiftBug.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/ARM/2010-11-17-DAGCombineShiftBug.ll b/test/CodeGen/ARM/2010-11-17-DAGCombineShiftBug.ll deleted file mode 100644 index b9cf352023..0000000000 --- a/test/CodeGen/ARM/2010-11-17-DAGCombineShiftBug.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: llc < %s -march=arm -mattr=+neon -define void @lshrIllegalType(<8 x i32>* %A) nounwind { - %tmp1 = load <8 x i32>* %A - %tmp2 = lshr <8 x i32> %tmp1, < i32 3, i32 3, i32 3, i32 3, i32 3, i32 3, i32 3, i32 3> - store <8 x i32> %tmp2, <8 x i32>* %A - ret void -} - |