[PATCH] D131562: [AArch64][SME] Document SME ABI implementation in LLVM
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 12:47:31 PDT 2022
efriedma added a comment.
> In one diff you disable inlining for SME functions. I am afraid that there are more incompatible transformations on functions, i.e., function merging, hot-cold splitting, outlining, ...
Having different functions using different instruction set extensions isn't that unusual. We support that sort of thing on many different targets, including x86. (I haven't looked at the diffs to see if it's using the usual target hooks for this.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131562/new/
https://reviews.llvm.org/D131562
More information about the llvm-commits
mailing list