[PATCH] D94098: [Clang][AArch64] Inline assembly support for the ACLE type 'data512_t'.

Alexandros Lamprineas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 20 11:03:52 PDT 2021


labrinea updated this revision to Diff 360208.
labrinea added a comment.

This revision uses `i512` to pass the asm operands by-value. I've explained in my last comment what would be the challenges had we chosen `[i64 x 8]`.


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

https://reviews.llvm.org/D94098

Files:
  clang/lib/Basic/Targets/AArch64.cpp
  clang/lib/CodeGen/CGStmt.cpp
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/CodeGen/TargetInfo.h
  clang/test/CodeGen/aarch64-ls64-inline-asm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94098.360208.patch
Type: text/x-patch
Size: 12022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210720/e26faaca/attachment-0001.bin>


More information about the cfe-commits mailing list