[llvm] 06e113a - [mlgo] Fix test post 42d484082cd190400e0e493a8d679762ce0efbba

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 07:25:15 PST 2023


Author: Mircea Trofin
Date: 2023-11-22T07:25:04-08:00
New Revision: 06e113af4c3bdad8a7ffc389922285ebb65f332a

URL: https://github.com/llvm/llvm-project/commit/06e113af4c3bdad8a7ffc389922285ebb65f332a
DIFF: https://github.com/llvm/llvm-project/commit/06e113af4c3bdad8a7ffc389922285ebb65f332a.diff

LOG: [mlgo] Fix test post 42d484082cd190400e0e493a8d679762ce0efbba

The opcodes got bumped, and an expected 1299 became 1300.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll b/llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll
index 43bd341edf977a2..7d5c02aaeddb66b 100644
--- a/llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll
+++ b/llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll
@@ -26,7 +26,7 @@
 ; Also, the first eviction problem is significantly less than 300 instructions. Check
 ; that there is a zero value.
 ; Note: we're regex-ing some of the opcodes to avoid test flakyness.
-; CHECK: instructions: 19,{{([0-9]{4})}},12{{([0-9]{2})}},12{{([0-9]{2})}},{{.*}},0,
+; CHECK: instructions: 19,{{([0-9]{4})}},12{{([0-9]{2})}},13{{([0-9]{2})}},{{.*}},0,
 ; Only the candidate virtreg and the 10th LR are included in this problem. Make
 ; sure the other LRs have values of zero. There are 2700 0s followed by some 1s.
 ; There's a limit to how many repetitions can be matched.


        


More information about the llvm-commits mailing list