[llvm] 87ec22d - [mlgo] More wildcarding in extra features logging for regalloc
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 08:21:03 PDT 2022
Author: Mircea Trofin
Date: 2022-10-25T08:20:55-07:00
New Revision: 87ec22de70ed9befed06429b9cc249f7d18da529
URL: https://github.com/llvm/llvm-project/commit/87ec22de70ed9befed06429b9cc249f7d18da529
DIFF: https://github.com/llvm/llvm-project/commit/87ec22de70ed9befed06429b9cc249f7d18da529.diff
LOG: [mlgo] More wildcarding in extra features logging for regalloc
May need a different testing approach for opcodes.
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 c25e77b38b755..2111d8cd0f8f6 100644
--- a/llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
+++ b/llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
@@ -32,8 +32,8 @@
; Check the first five opcodes in the first eviction problem
; CHECK-NEXT: value: 19
; CHECK-SAME: value: {{([0-9]{4})}}
-; CHECK-SAME: value: 1245
-; CHECK-SAME: value: 1264
+; CHECK-SAME: value: 12{{([0-9]{2})}}
+; CHECK-SAME: value: 12{{([0-9]{2})}}
; The first eviction problem is significantly less than 300 instructions. Check
; that there is a zero value
; CHECK-SAME: value: 0
More information about the llvm-commits
mailing list