Skip to content

Commit 06e113a

Browse files
committed
[mlgo] Fix test post 42d4840
The opcodes got bumped, and an expected 1299 became 1300.
1 parent c1146f3 commit 06e113a

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})}},12{{([0-9]{2})}},12{{([0-9]{2})}},{{.*}},0,
29+
; CHECK: instructions: 19,{{([0-9]{4})}},12{{([0-9]{2})}},13{{([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)