Skip to content

Commit 7832a85

Browse files
committed
[mlgo] Fix test post PR #73899
Opcode value change.
1 parent abaeaf3 commit 7832a85

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

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