[llvm] cda388c - [mlgo] Fix test post PR #76697

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 19:38:16 PST 2024


Author: Mircea Trofin
Date: 2024-01-03T19:38:03-08:00
New Revision: cda388c4407e0fe42faa82c015ee77da160ebd25

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

LOG: [mlgo] Fix test post PR #76697

Opcode values changed, trivial fix.

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 c989d2bca6510c..98cf234d83a209 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})}},16{{([0-9]{2})}},16{{([0-9]{2})}},{{.*}},0,
+; CHECK: instructions: 19,{{([0-9]{4})}},17{{([0-9]{2})}},17{{([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