aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM64/i16-subreg-extract.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM64/i16-subreg-extract.ll')
-rw-r--r--test/CodeGen/ARM64/i16-subreg-extract.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/ARM64/i16-subreg-extract.ll b/test/CodeGen/ARM64/i16-subreg-extract.ll
deleted file mode 100644
index fc2e8b5..0000000
--- a/test/CodeGen/ARM64/i16-subreg-extract.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc < %s -march=arm64 -arm64-neon-syntax=apple | FileCheck %s
-
-define i32 @foo(<4 x i16>* %__a) nounwind {
-; CHECK-LABEL: foo:
-; CHECK: umov.h w{{[0-9]+}}, v{{[0-9]+}}[0]
- %tmp18 = load <4 x i16>* %__a, align 8
- %vget_lane = extractelement <4 x i16> %tmp18, i32 0
- %conv = zext i16 %vget_lane to i32
- %mul = mul nsw i32 3, %conv
- ret i32 %mul
-}
-