[PATCH] D117989: [RISCV] Add the passthru operand for RVV nomask binary intrinsics.
Yueh-Ting Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 23 23:22:43 PST 2022
eopXD added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:180
+ // The nomask intrinsic IR have the passthru operand.
+ bit HasNoMaskPassThru = false;
----------------
eopXD wrote:
> Nit: V-spec prefers to call instructions without masking operands "unmasked instructions"? Maybe a RFC patch later?
I mean an NFC patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117989/new/
https://reviews.llvm.org/D117989
More information about the cfe-commits
mailing list