Skip to content

Commit 6599feb

Browse files
Apply suggestions from code review
Co-authored-by: SpencerAbson <[email protected]>
1 parent f61c3a7 commit 6599feb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/test/MC/AArch64/SVE2p2/firstp-diagnostics.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ firstp x0, p15.q, p0.h
2121
// ------------------------------------------------------------------------- //
2222
// Invalid register types
2323

24-
firstp sp, p15.q, p0.h
24+
firstp sp, p15, p0.h
2525
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
2626
// CHECK-NEXT: firstp sp, p15.q, p0.h
2727
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
2828

29-
firstp w0, p15.q, p0.h
29+
firstp w0, p15, p0.h
3030
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
3131
// CHECK-NEXT: firstp w0, p15.q, p0.h
3232
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:

llvm/test/MC/AArch64/SVE2p2/lastp-diagnostics.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ lastp x0, p15.q, p0.h
2121
// ------------------------------------------------------------------------- //
2222
// Invalid register types
2323

24-
lastp sp, p15.q, p0.h
24+
lastp sp, p15, p0.h
2525
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
2626
// CHECK-NEXT: lastp sp, p15.q, p0.h
2727
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
2828

29-
lastp w0, p15.q, p0.h
29+
lastp w0, p15, p0.h
3030
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
3131
// CHECK-NEXT: lastp w0, p15.q, p0.h
3232
// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:

0 commit comments

Comments
 (0)