[PATCH] D143220: [RISCV] Remove side effects from vsetvli intrinsics.
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 22:51:26 PST 2023
rogfer01 accepted this revision.
rogfer01 added a comment.
Thanks @craig.topper.
I believe that "unfettered" reads (and other uncontrolled changes) to the `vl` / `vtype` should not prevent us from creating an efficient intrinsics-based programming model for RVV and this change aligns with this view.
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