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

Shruthi Ashwathnarayan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 18:54:36 PDT 2022


shruthiashwath added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sme-streaming-compatible-interface.ll:255
+
+declare void @normal_callee_scalable_vec_arg(<vscale x 2 x i64>)
+
----------------
For the function 'normal_callee_scalable_vec_arg', the declaration and the call both have different types.  


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