diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-i16-subreg-extract.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-i16-subreg-extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-i16-subreg-extract.ll b/test/CodeGen/AArch64/arm64-i16-subreg-extract.ll index ba759e3..8d74ce7 100644 --- a/test/CodeGen/AArch64/arm64-i16-subreg-extract.ll +++ b/test/CodeGen/AArch64/arm64-i16-subreg-extract.ll @@ -3,7 +3,7 @@ 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 + %tmp18 = load <4 x i16>, <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 |