Skip to content

Commit bd2dac9

Browse files
committed
Speculative buildbot fix after ca2e8f
The bots ml-opt-dev-x86-64 and ml-opt-devrel-x86-64 are testing a configuration which isn't enabled by default, and revealed a dependence on the register score changed in the prior commit. As I can't find anything in the tests which indicate the dependence on non-trivial remat was *intentional*, I'm just updating the tests to match the new behavior.
1 parent 70a9e76 commit bd2dac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
; NOML: observation: 17
3434
; ML: observation: 83
3535
; ML: reward: 38.42
36-
; NOML: reward: 37.06
36+
; NOML: reward: 39.07316970825195
3737

3838

3939
; CHECK-TWO-FCTS: context: SyFgets

llvm/test/CodeGen/MLRegAlloc/dev-mode-prio-logging.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
; CHECK-NOT: nan
2525
; CHECK-LABEL: priority:
26-
; NOML-SAME: 2684358144.0
26+
; NOML-SAME: 2684354560.0
2727
; ML-SAME: 3535
2828
; CHECK-LABEL: reward:

0 commit comments

Comments
 (0)