[PATCH] D153067: [RISCV] Add a policy operand to VPseudoBinaryNoMaskTU [NFC]
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 13:20:07 PDT 2023
reames added a comment.
In D153067#4437040 <https://reviews.llvm.org/D153067#4437040>, @eopXD wrote:
> From the perspective of eliminating redundancy, are you planning to eliminate those unmasked TA templates (most of them with names of `...NoMask`)? Those Pseudo instructions can also share the extra operand you have added here.
Yes. I've got a change (https://reviews.llvm.org/D153155) which shows the basic structure of a merge. Once that's approved, I plan to do unary and binary ops next.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153067/new/
https://reviews.llvm.org/D153067
More information about the llvm-commits
mailing list