[PATCH] D70542: [AArch64][SVE] Add intrinsics for gather loads with 64-bit offsets

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 07:43:13 PST 2019


andwar updated this revision to Diff 230902.
andwar marked 5 inline comments as done.
andwar added a comment.

I've uploaded new patch.

Thank you all for having a look! @sdesmalen, I refactored and renamed `getPackedIntegerSVEType` to `getSVEContainerType`. I'm hoping that the intent for that method is now clearer. What are your thoughts?


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

https://reviews.llvm.org/D70542

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  llvm/test/CodeGen/AArch64/sve-intrinsics-gather-loads-64bit-offset.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-gather-loads-scaled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70542.230902.patch
Type: text/x-patch
Size: 22927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/dfbc7893/attachment.bin>


More information about the llvm-commits mailing list