Skip to content

Commit 16dc65b

Browse files
committed
[mlgo] Fix test post - #106744
Trivial fix, some instruction opcodes changed.
1 parent 5024dff commit 16dc65b

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})}},1{{([0-9]{3})}},1{{([0-9]{3})}},{{.*}},0,
29+
; CHECK: instructions: 20,{{([0-9]{4})}},1{{([0-9]{3})}},1{{([0-9]{3})}},{{.*}},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)