[PATCH] D153351: [RISCV] Fold vmv.v.v into vops
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 07:26:39 PDT 2023
luke marked an inline comment as done.
luke added a comment.
I hadn't realised that RISCVMaskedPseudo was used to explicitly mark pseudos for the vmerge peephole. They all appear to be element wise, so I've update it to check that the masked pseudo info always exists.
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