[PATCH] D117989: [RISCV] Add the passthru operand for RVV nomask binary intrinsics.
Yueh-Ting Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 23:21:54 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;
----------------
Nit: V-spec prefers to call instructions without masking operands "unmasked instructions"? Maybe a RFC patch later?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117989/new/
https://reviews.llvm.org/D117989
More information about the llvm-commits
mailing list