[llvm] [GlobalIsel][AArch64] fix out of range access in regbankselect (PR #92072)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 23:08:09 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
----------------
tschuett wrote:

Unfortunately, I need the -O0.

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


More information about the llvm-commits mailing list