[PATCH] D131576: [AArch64][SME] Implement ABI for calls to/from streaming functions.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 03:52:06 PDT 2022
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:6699
+ // Determine whether we need any streaming mode changes.
+ auto CallerAttrs = SMEAttrs::getFromFunction(MF.getFunction());
+ auto CalleeAttrs = SMEAttrs::getNormal();
----------------
t.p.northover wrote:
> Any idea which review this appears in? I can't find the implementation.
It's from D131570
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131576/new/
https://reviews.llvm.org/D131576
More information about the llvm-commits
mailing list