[PATCH] D65930: [IntrinsicEmitter] Support scalable vectors in intrinsics
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 07:19:39 PDT 2019
sdesmalen added inline comments.
================
Comment at: test/Verifier/intrinsic-bad-arg-type.ll:7
+define <vscale x 16 x i8> @abs_i8(<vscale x 16 x i8> %a, <16 x i1> %pg, <vscale x 16 x i8> %b) {
+ %out = call <vscale x 16 x i8> @llvm.aarch64.sve.abs.nxv16i8(<vscale x 16 x i8> %a, <16 x i1> %pg, <vscale x 16 x i8> %b)
+ ret <vscale x 16 x i8> %out
----------------
Can you also test this with `llvm.masked.load` ? If so, then you can leave abs/neg for D65931 and simplify this one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65930/new/
https://reviews.llvm.org/D65930
More information about the llvm-commits
mailing list