[llvm] bb7b0a2 - [mlgo] Fix one test post-D135934
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 13:49:22 PDT 2022
Author: Mircea Trofin
Date: 2022-10-19T13:49:14-07:00
New Revision: bb7b0a2dab91fabc17c2f047be52e22240b22457
URL: https://github.com/llvm/llvm-project/commit/bb7b0a2dab91fabc17c2f047be52e22240b22457
DIFF: https://github.com/llvm/llvm-project/commit/bb7b0a2dab91fabc17c2f047be52e22240b22457.diff
LOG: [mlgo] Fix one test post-D135934
The test was checking output opcodes, one changed as result of D135934.
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 e8f7ee4c8c416..93d4ea4fc8efb 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: 3031
+; CHECK-SAME: value: 3032
; 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