[PATCH] D92761: [clang][AArch64][SVE] Avoid going through memory for VLAT <-> VLST casts

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 01:12:38 PST 2020


joechrisellis updated this revision to Diff 312150.
joechrisellis added a comment.

Address @c-rhodes's comments.

- Add a comment stating that we intend to eliminate going through memory when the element types of the vectors are not the same (for example, with predicates).
- Doc comments for the new methods in `IRBuilder.h`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92761

Files:
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
  clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
  llvm/include/llvm/IR/IRBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92761.312150.patch
Type: text/x-patch
Size: 76496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/fc3b9d4d/attachment-0001.bin>


More information about the llvm-commits mailing list