[PATCH] D92762: [clang][AArch64][SVE] Avoid going through memory for coerced VLST arguments

Joe Ellis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 4 04:03:23 PST 2021


joechrisellis updated this revision to Diff 314354.
joechrisellis marked 2 inline comments as done.
joechrisellis added a comment.

Address @c-rhodes's comments.

- Make comment clearer.
- Change structure of the if statements for better readability.
- Drop superfluous `this->`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92762

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c
  clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp
  clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92762.314354.patch
Type: text/x-patch
Size: 31007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210104/63980e46/attachment-0001.bin>


More information about the cfe-commits mailing list