[PATCH] D93365: [RISCV] Add intrinsics for vmv.x.s and vmv.s.x

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 01:36:58 PST 2020


craig.topper added a comment.

In D93365#2459803 <https://reviews.llvm.org/D93365#2459803>, @frasercrmck wrote:

> LGTM. Was it a TableGen type contradiction error that you saw without the custom node?

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.


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