[llvm] MachineVerifier: Check stack protector is top-most in frame (PR #121481)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 07:01:46 PST 2025


================
@@ -0,0 +1,17 @@
+# RUN: not --crash llc -mtriple=aarch64 -run-pass=machineverifier -o - %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

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

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


More information about the llvm-commits mailing list