[PATCH] D131576: [AArch64][SME] Implement ABI for calls to/from streaming functions.

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 03:42:11 PDT 2022


t.p.northover 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();
----------------
Any idea which review this appears in? I can't find the implementation.


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