Skip to content

Commit 3197146

Browse files
committed
[VectorCombine][AArch64] shuffletoidentity.ll - regenerate checks
Reduce diffs in #88899
1 parent df60805 commit 3197146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/VectorCombine/AArch64/shuffletoidentity.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target triple = "aarch64"
55

66
define <8 x i8> @trivial(<8 x i8> %a) {
77
; CHECK-LABEL: @trivial(
8-
; CHECK-NEXT: ret <8 x i8> [[R:%.*]]
8+
; CHECK-NEXT: ret <8 x i8> [[A:%.*]]
99
;
1010
%ab = shufflevector <8 x i8> %a, <8 x i8> poison, <4 x i32> <i32 3, i32 2, i32 1, i32 0>
1111
%at = shufflevector <8 x i8> %a, <8 x i8> poison, <4 x i32> <i32 7, i32 6, i32 5, i32 4>

0 commit comments

Comments
 (0)