[PATCH] D74550: [AArch64][SVE] Add SVE index intrinsic
Kerry McLaughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 03:50:55 PST 2020
kmclaughlin updated this revision to Diff 244610.
kmclaughlin added a comment.
- Changed 'dl' to 'DL' as suggested by @andwar
- Updated tests to address @sdesmalen's comment (changed all tests to check min & max immediate values, plus added some tests where the immediate is out of range)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74550/new/
https://reviews.llvm.org/D74550
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/MCTargetDesc/AArch64InstPrinter.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-index.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74550.244610.patch
Type: text/x-patch
Size: 16661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200214/6350dc38/attachment.bin>
More information about the cfe-commits
mailing list