[llvm] ba653b7 - AMDGPU: Try to fix expensive_checks bot tests failures
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 15:42:25 PST 2022
Author: Matt Arsenault
Date: 2022-02-17T18:42:20-05:00
New Revision: ba653b7fabb6620fb466a107fd0b2a57eab4886b
URL: https://github.com/llvm/llvm-project/commit/ba653b7fabb6620fb466a107fd0b2a57eab4886b
DIFF: https://github.com/llvm/llvm-project/commit/ba653b7fabb6620fb466a107fd0b2a57eab4886b.diff
LOG: AMDGPU: Try to fix expensive_checks bot tests failures
Added:
Modified:
llvm/test/CodeGen/AMDGPU/regalloc-failure-overlapping-insert-assert.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/regalloc-failure-overlapping-insert-assert.mir b/llvm/test/CodeGen/AMDGPU/regalloc-failure-overlapping-insert-assert.mir
index 34b1cf695cee..933b8e91c0a7 100644
--- a/llvm/test/CodeGen/AMDGPU/regalloc-failure-overlapping-insert-assert.mir
+++ b/llvm/test/CodeGen/AMDGPU/regalloc-failure-overlapping-insert-assert.mir
@@ -1,4 +1,4 @@
-# RUN: not llc -march=amdgcn -mcpu=gfx908 -start-before=greedy,1 -stop-after=virtregrewriter,1 %s -o /dev/null 2>&1 | FileCheck -check-prefix=ERR %s
+# RUN: not llc -march=amdgcn -mcpu=gfx908 -verify-machineinstrs=0 -start-before=greedy,1 -stop-after=virtregrewriter,1 %s -o /dev/null 2>&1 | FileCheck -check-prefix=ERR %s
# RUN: not --crash llc -march=amdgcn -mcpu=gfx908 -verify-machineinstrs -start-before=greedy,1 -stop-after=virtregrewriter,1 %s -o /dev/null 2>&1 | FileCheck -check-prefixes=ERR,VERIFIER %s
# FIXME: We should not produce a verifier error after erroring
More information about the llvm-commits
mailing list