[llvm] [AArch64] Use GISel for optnone functions (PR #174746)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 27 13:49:04 PST 2026
================
@@ -34,9 +35,6 @@ while.end: ; preds = %while.cond
attributes #0 = { optnone noinline }
-; Nothing that runs at -O0 gets skipped.
-; LLC-O0-NOT: Skipping pass
-
----------------
davemgreen wrote:
Why is this removed? Can it be set back, now that the test is unsupported?
https://github.com/llvm/llvm-project/pull/174746
More information about the llvm-commits
mailing list