[PATCH] D73636: [AArch64][SVE] SVE2 intrinsics for complex integer arithmetic
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 04:04:05 PST 2020
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a comment.
Thanks for reviewing this @sdesmalen!
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1116
+ LLVMMatchType<0>,
+ llvm_i32_ty],
+ [IntrNoMem]>;
----------------
sdesmalen wrote:
> missing ImmArg
This has been replaced with AdvSIMD_2VectorArgIndexed_Intrinsic, which it is the same as this but includes ImmArg<2>
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1124
+ LLVMMatchType<0>,
+ llvm_i32_ty],
+ [IntrNoMem]>;
----------------
sdesmalen wrote:
> missing ImmArg
As above, but using AdvSIMD_3VectorArgIndexed_Intrinsic instead
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73636/new/
https://reviews.llvm.org/D73636
More information about the llvm-commits
mailing list