Skip to content

Commit 11cea7e

Browse files
committed
[AArch64] NFC: Clarify and auto-generate some CodeGen tests.
* For ext-narrow-index.ll, move vscale_range attribute closer to the function definition, rather than through indirect #<num> attribute. This makes the test a bit easier to read. * auto-generated CHECK lines for sve-cmp-select.ll and named-vector-shuffles-sve.ll. * re-generated CHECK lines for tests that had a mention they were auto-generated, but where the CHECK lines were out of date.
1 parent ea17d29 commit 11cea7e

File tree

8 files changed

+240
-168
lines changed

8 files changed

+240
-168
lines changed

llvm/test/CodeGen/AArch64/concat-vector.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ define <8 x i32> @concat8(<4 x i32>* %A, <4 x i32>* %B) {
8888
define <4 x half> @concat9(<2 x half> %A, <2 x half> %B) {
8989
; CHECK-LABEL: concat9:
9090
; CHECK: // %bb.0:
91-
; CHECK-NEXT: zip1 v0.2s, v0.2s, v1.2s
91+
; CHECK-NEXT: zip1 v0.2s, v0.2s, v1.2s
9292
; CHECK-NEXT: ret
9393
%v4half= shufflevector <2 x half> %A, <2 x half> %B, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
9494
ret <4 x half> %v4half

0 commit comments

Comments
 (0)