[llvm] [AArch64][SME] Fix inlining bug introduced in #78703 (PR #79994)
Kerry McLaughlin via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 08:53:05 PST 2024
================
@@ -2,70 +2,71 @@
; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -mattr=+sme -S -passes=inline | FileCheck %s
declare void @inlined_body() "aarch64_pstate_sm_compatible";
----------------
kmclaughlin-arm wrote:
Can `inlined_body()` be removed now?
https://github.com/llvm/llvm-project/pull/79994
More information about the llvm-commits
mailing list