[llvm] [AMDGPU] Verify SdwaSel value range (PR #128898)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 08:20:34 PST 2025


================
@@ -0,0 +1,22 @@
+# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1030 --verify-machineinstrs -o - %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

Don't need -verify-machineinstrs, can use -run-pass=none, and this belongs in test/MachineVerifier/AMDGPU 

https://github.com/llvm/llvm-project/pull/128898


More information about the llvm-commits mailing list