[PATCH] D143220: [RISCV] Remove side effects from vsetvli intrinsics.

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 18:49:12 PST 2023


kito-cheng accepted this revision.
kito-cheng added a comment.
This revision is now accepted and ready to land.

LGTM, I like this change, GCC also implement this way too, and it's more close to our RVV intrinsic programming model - abstract VL and VTYPE status from the front-end and middle-end.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143220



More information about the llvm-commits mailing list