[all-commits] [llvm/llvm-project] e50214: [AArch64][SME] Fix inlining bug introduced in #787...
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Wed Jan 31 22:30:48 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: e502141a420a65a4ea534274e07a023a3801fa76
https://github.com/llvm/llvm-project/commit/e502141a420a65a4ea534274e07a023a3801fa76
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/Inline/AArch64/sme-pstatesm-attrs.ll
Log Message:
-----------
[AArch64][SME] Fix inlining bug introduced in #78703 (#79994)
Calling a `__arm_locally_streaming` function from a function that
is not a streaming-SVE function would lead to incorrect inlining.
The issue didn't surface because the tests were not testing what
they were supposed to test.
(cherry picked from commit 3abf55a68caefd45042c27b73a658c638afbbb8b)
More information about the All-commits
mailing list