[PATCH] D69791: [ARM,MVE] Add intrinsics for gather/scatter load/stores.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 08:38:00 PST 2019
simon_tatham updated this revision to Diff 227889.
simon_tatham added a comment.
Added defs `UScalar` and `UVector` for the unsigned versions of `Scalar` and `Vector`. I agree they're likely to come in useful again (in the max/min absolute value intrinsics, for example), and also, they tidy up this batch quite a lot.
While I'm at it, reformatted all the scatter-gather tablegen to fit in 80 columns and be halfway legible. NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69791/new/
https://reviews.llvm.org/D69791
Files:
clang/include/clang/Basic/arm_mve.td
clang/include/clang/Basic/arm_mve_defs.td
clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
clang/test/Sema/arm-mve-immediates.c
clang/utils/TableGen/MveEmitter.cpp
llvm/include/llvm/IR/IntrinsicsARM.td
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-intrinsics/scatter-gather.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69791.227889.patch
Type: text/x-patch
Size: 215191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/6789746d/attachment-0001.bin>
More information about the llvm-commits
mailing list