[llvm] [MachineVerifier](NFC)(TestOnly) Canonicalise top-level MachineVerifier tests (PR #172527)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 18 12:27:08 PST 2025


================
@@ -1,11 +1,9 @@
-# RUN: not --crash llc -mtriple=aarch64 -o /dev/null -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
+# RUN: not --crash llc -mtriple=aarch64 -global-isel -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
# RUN: not --crash llc -mtriple=aarch64 -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
```

No MIR test needs -global-isel, but this is adding many new uses 

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


More information about the llvm-commits mailing list