[llvm] 0bde5e4 - [mlgo] Fix test post-D136040

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 08:21:58 PDT 2022


Author: Mircea Trofin
Date: 2022-10-20T08:21:19-07:00
New Revision: 0bde5e4bec3927a58b2bda215ed0f5cce8166f4b

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

LOG: [mlgo] Fix test post-D136040

Instruction opcodes bumped, 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 93d4ea4fc8efb..0dad4ea2670ad 100644
--- a/llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
+++ b/llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
@@ -31,7 +31,7 @@
 ; CHECK-LABEL: key: \"instructions\"
 ; Check the first five opcodes in the first eviction problem
 ; CHECK-NEXT: value: 19
-; CHECK-SAME: value: 3032
+; CHECK-SAME: value: 3034
 ; CHECK-SAME: value: 1245
 ; CHECK-SAME: value: 1264
 ; The first eviction problem is significantly less than 300 instructions. Check


        


More information about the llvm-commits mailing list