Skip to content

Commit 5f7930d

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cda388c4407e' from llvm.org/main into next
2 parents 11ea9db + cda388c commit 5f7930d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
; Also, the first eviction problem is significantly less than 300 instructions. Check
2727
; that there is a zero value.
2828
; Note: we're regex-ing some of the opcodes to avoid test flakyness.
29-
; CHECK: instructions: 19,{{([0-9]{4})}},16{{([0-9]{2})}},16{{([0-9]{2})}},{{.*}},0,
29+
; CHECK: instructions: 19,{{([0-9]{4})}},17{{([0-9]{2})}},17{{([0-9]{2})}},{{.*}},0,
3030
; Only the candidate virtreg and the 10th LR are included in this problem. Make
3131
; sure the other LRs have values of zero. There are 2700 0s followed by some 1s.
3232
; There's a limit to how many repetitions can be matched.

0 commit comments

Comments
 (0)