From 0bde5e4bec3927a58b2bda215ed0f5cce8166f4b Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Thu, 20 Oct 2022 08:21:19 -0700 Subject: [PATCH] [mlgo] Fix test post-D136040 Instruction opcodes bumped, trivial fix. --- llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 93d4ea4..0dad4ea 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 -- 2.7.4