[PATCH] D131562: [AArch64][SME] Document SME ABI implementation in LLVM

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 00:25:24 PDT 2022


tschuett 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, ...

You state that the `vscale` can change during the execution of the program. I would have expected a LangRef update.


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