summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Lee <49250218+googlewalt@users.noreply.github.com>2025-11-21 14:24:58 +0000
committerGitHub <noreply@github.com>2025-11-21 14:24:58 +0000
commit2a3e745eaa75047e368024ad437950fa239a4aeb (patch)
treec94c5173c8e972fb00873cabc4b250f2350a5f62
parentb98f6a54f6ccff67d6eb1cfa25a3f3d919c8f6c9 (diff)
Fix test from #168609 (#169041)
-rw-r--r--llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir b/llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir
index ab56c9982753..999ea42910d9 100644
--- a/llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir
+++ b/llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir
@@ -1,4 +1,4 @@
-# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=greedy,amdgpu-rewrite-agpr-copy-mfma -verify-machineinstrs -o - %s 2>&1 | FileCheck %s
+# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=greedy,amdgpu-rewrite-agpr-copy-mfma -verify-machineinstrs -o - %s 2>&1 | FileCheck %s
# CHECK: Illegal virtual register for instruction
# CHECK: Expected a VGPR_32 register, but got a AGPR_32 register