[llvm] [GlobalIsel][AArch64] fix out of range access in regbankselect (PR #92072)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 23:07:03 PDT 2024
================
@@ -0,0 +1,21 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -mtriple=aarch64 -O0 -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=aarch64 -O0 -global-isel %s -o - 2>&1 | FileCheck %s
```
Do you really need the -O0?
https://github.com/llvm/llvm-project/pull/92072
More information about the llvm-commits
mailing list