[PATCH] D48439: [NEON] Support vldNq intrinsics in AArch32 (LLVM part)

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 01:34:08 PDT 2018


kosarev added inline comments.


================
Comment at: test/CodeGen/ARM/arm-vlddup.ll:64
+declare %struct.uint32x4x4_t @llvm.arm.neon.vld4dup.v4i32.p0i8(i8*, i32)
+declare %struct.uint64x2x4_t @llvm.arm.neon.vld4dup.v2i64.p0i8(i8*, i32)
+
----------------
SjoerdMeijer wrote:
> Looks like "llvm.arm.neon.vld4dup.v2i64.p0i8" is not tested?
The initial plan was to support q versions of the 64-bit intrinsics, but then it became clear that would require some special code. Will remove these declarations on commit.


https://reviews.llvm.org/D48439





More information about the llvm-commits mailing list