[llvm] 16dc65b - [mlgo] Fix test post - #106744

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 07:37:23 PDT 2024


Author: Mircea Trofin
Date: 2024-09-05T07:37:09-07:00
New Revision: 16dc65bdc0f0a23bc2696afce2abecd9f2faa097

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

LOG: [mlgo] Fix test post - #106744

Trivial fix, some instruction opcodes changed.

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