Skip to content

Commit be383de

Browse files
committed
Fix machine-sink-cache-invalidation post - 8abb2ac
The test was added after a9d0ab2, which is what 8abb2ac reverted. The test is sensitive to the exact instruction sequence in the output, which has changed. Re-gen-ed the test with update_llc_test_checks.py
1 parent 8abb2ac commit be383de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/AArch64/machine-sink-cache-invalidation.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ define i32 @nsis_BZ2_bzDecompress(ptr %pos.i, i1 %cmp661.not3117.i, i1 %exitcond
2222
; CHECK-NEXT: // in Loop: Header=BB0_2 Depth=1
2323
; CHECK-NEXT: mov x9, xzr
2424
; CHECK-NEXT: ldrb w9, [x9]
25-
; CHECK-NEXT: strb wzr, [x0, x9]
25+
; CHECK-NEXT: add x9, x0, x9
26+
; CHECK-NEXT: strb wzr, [x9]
2627
; CHECK-NEXT: b .LBB0_1
2728
; CHECK-NEXT: .LBB0_4: // %for.end677.i
2829
; CHECK-NEXT: mov w0, wzr

0 commit comments

Comments
 (0)