================ @@ -0,0 +1,10 @@ +# RUN: not --crash llc -march=amdgcn -mcpu=gfx1200 -run-pass=machineverifier -o /dev/null %s 2>&1 | FileCheck -check-prefix=GFX12 %s ---------------- arsenm wrote: -run-pass=none should work well enough https://github.com/llvm/llvm-project/pull/76148