summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll b/llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll
deleted file mode 100644
index 2ca6b86ccc2..00000000000
--- a/llvm/test/Transforms/InstCombine/ARM/constant-fold-hang.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: opt -instcombine < %s
-
-; Function Attrs: nounwind readnone ssp
-define void @mulByZero(<4 x i16> %x) #0 {
-entry:
- %a = tail call <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16> %x, <4 x i16> zeroinitializer) #2
- ret void
-}
-
-; Function Attrs: nounwind readnone
-declare <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16>, <4 x i16>) #1
-
-attributes #0 = { nounwind readnone ssp }
-attributes #1 = { nounwind readnone }
OpenPOWER on IntegriCloud