[PATCH] D153351: [RISCV] Fold vmv.v.v into vops
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 15:47:44 PDT 2023
luke planned changes to this revision.
luke added a comment.
In D153351#4442241 <https://reviews.llvm.org/D153351#4442241>, @craig.topper wrote:
> What prevents this from changing the VL of a vcompress or a reduction?
This patch assumes every operation is lanewise, back to the drawing board!
It doesn't look like we have any information on the pseudos at the moment as to what's lanewise and what's not. Is there an easier way to work this out other than adding a new bit to RVInst?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153351/new/
https://reviews.llvm.org/D153351
More information about the llvm-commits
mailing list