[PATCH] D93286: [RISCV] Define vslideup/vslidedown intrinsics and lower to V instructions.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 09:45:38 PST 2020


frasercrmck added a comment.

The destination register group for `vslideup` cannot overlap with the source vector register group, so I think we need an extra `earlyclobber` constraint passed to those pseudos.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93286/new/

https://reviews.llvm.org/D93286



More information about the llvm-commits mailing list