[PATCH] D78750: [SveEmitter] Add builtins for svdupq and svdupq_lane

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 10:09:43 PDT 2020


sdesmalen updated this revision to Diff 261853.
sdesmalen added a comment.

- Use CreateTempAlloca instead of CreateAlloca
- Added checks for alignment to the stores.
- Added test with control-flow to check the alloca is added to the entry-block.


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

https://reviews.llvm.org/D78750

Files:
  clang/include/clang/Basic/arm_sve.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
  clang/utils/TableGen/SveEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78750.261853.patch
Type: text/x-patch
Size: 29790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200504/d6e50295/attachment-0001.bin>


More information about the cfe-commits mailing list