[PATCH] D97428: [RISCV] Add intrinsics for vlmul_ext and vlmul_trunc.

Zakk Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 19:15:10 PST 2021


khchen accepted this revision.
khchen added a comment.
This revision is now accepted and ready to land.

LGTM.

> Though now that I've written that. Maybe we should just emit
> ‘llvm.experimental.vector.extract’ or ‘llvm.experimental.vector.insert’
> when we process the builtin in the frontend?

Agree, it makes sense to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97428



More information about the llvm-commits mailing list