From bb7b0a2dab91fabc17c2f047be52e22240b22457 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Wed, 19 Oct 2022 13:48:24 -0700 Subject: [PATCH] [mlgo] Fix one test post-D135934 The test was checking output opcodes, one changed as result of D135934. --- 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 e8f7ee4..93d4ea4 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 -- 2.7.4