[PATCH] D131578: [AArch64][SME] Implement ABI for calls from streaming-compatible functions.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 14:11:11 PDT 2022


aemerson added a comment.

LGTM with comment.



================
Comment at: llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp:858
+  // In the case of a smstart/smstop before a unreachable,
+  // just remove the pseudo.
+  if (std::next(MBBI) == MBB.end() &&
----------------
Maybe mention here under what circumstances this might be common.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131578/new/

https://reviews.llvm.org/D131578



More information about the llvm-commits mailing list