We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0d81 commit 1dfa34cCopy full SHA for 1dfa34c
llvm/test/CodeGen/AArch64/arm64-dup.ll
@@ -733,5 +733,5 @@ define <4 x i16> @dup_i16_v4i16_constant() {
733
; CHECK-GI-NEXT: adrp x8, .LCPI50_0
734
; CHECK-GI-NEXT: ldr d0, [x8, :lo12:.LCPI50_0]
735
; CHECK-GI-NEXT: ret
736
- ret <4 x i16> <i16 9211, i16 9211, i16 9211, i16 9211>
+ ret <4 x i16> <i16 9211, i16 9211, i16 9211, i16 9211>
737
}
0 commit comments