[PATCH] D93365: [RISCV] Add intrinsics for vmv.x.s and vmv.s.x
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 01:39:34 PST 2020
frasercrmck added a comment.
In D93365#2459816 <https://reviews.llvm.org/D93365#2459816>, @craig.topper wrote:
> Well I thought it was, but after debugging a different issue with fmv it might not have been. The DAG isel patterns don't know about LLVMVectorElementType<0> so the change to anyint_ty might have fixed it.
Oh neat, is it worth trying without the custom nodes, then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93365/new/
https://reviews.llvm.org/D93365
More information about the llvm-commits
mailing list