[llvm] [AArch64] -aarch64-enable-global-isel-at-O=-1 should disable GISel (PR #182250)
Cullen Rhodes via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 03:54:10 PST 2026
================
@@ -4,6 +4,11 @@
; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
; RUN: | FileCheck %s --check-prefixes=DISABLED,FASTISEL
+; RUN: llc -mtriple=aarch64-- -debug-pass=Structure %s -o /dev/null 2>&1 \
----------------
c-rhodes wrote:
this is consistent with the other run lines which is more important, so will leave as is
https://github.com/llvm/llvm-project/pull/182250
More information about the llvm-commits
mailing list