[PATCH] D48439: [NEON] Support vldNq intrinsics in AArch32 (LLVM part)
Diogo N. Sampaio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 04:44:58 PDT 2018
dnsampaio reopened this revision.
dnsampaio added a comment.
This revision is now accepted and ready to land.
The new intrinsics must be handled in the function:
static SDValue CombineBaseUpdate(SDNode *N,
TargetLowering::DAGCombinerInfo &DCI)
See https://bugs.llvm.org/show_bug.cgi?id=38031
Repository:
rL LLVM
https://reviews.llvm.org/D48439
More information about the llvm-commits
mailing list