[PATCH] D117681: [RISCV] Add the policy operand for some masked RVV ternary IR intrinsics.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 08:46:59 PST 2022
craig.topper added inline comments.
Herald added a subscriber: pcwang-thead.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:2342
defm _VS : VPseudoTernary<V_M1.vrclass, m.vrclass, V_M1.vrclass, m>,
- Sched<[WriteVIRedV, ReadVIRedV, ReadVIRedV, ReadVIRedV, ReadVMask]>;
+ Sched<[WriteVIWRedV, ReadVIWRedV, ReadVIWRedV, ReadVIWRedV, ReadVMask]>;
}
----------------
This change doesn't look right. Or it's unrelated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117681/new/
https://reviews.llvm.org/D117681
More information about the llvm-commits
mailing list