[llvm] 2a3e745 - Fix test from #168609 (#169041)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 21 06:25:02 PST 2025
Author: Walter Lee
Date: 2025-11-21T14:24:58Z
New Revision: 2a3e745eaa75047e368024ad437950fa239a4aeb
URL: https://github.com/llvm/llvm-project/commit/2a3e745eaa75047e368024ad437950fa239a4aeb
DIFF: https://github.com/llvm/llvm-project/commit/2a3e745eaa75047e368024ad437950fa239a4aeb.diff
LOG: Fix test from #168609 (#169041)
Added:
Modified:
llvm/test/CodeGen/AMDGPU/rewrite-vgpr-mfma-scale-to-agpr.mir
Removed:
################################################################################
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 ab56c9982753f..999ea42910d92 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
More information about the llvm-commits
mailing list