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

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 07:09:15 PDT 2022


kmclaughlin added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.h:566-567
 
+  MachineBasicBlock *EmitCondSMToggle(MachineInstr &MI,
+                                      MachineBasicBlock *BB) const;
+
----------------
I think this change might have escaped from D131578 :)


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