[PATCH] D93705: [RISCV] Define vector mask-register logical intrinsics.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 10:24:41 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:577
+ def int_riscv_vmxnor: RISCVBinaryAAXNoMask;
+ def int_riscv_vmmv: RISCVUnaryNoMask;
+ def int_riscv_vmnot: RISCVUnaryNoMask;
----------------
I don't think we need vmmv and vmnot. Those can be macros in the frontend.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93705/new/
https://reviews.llvm.org/D93705
More information about the llvm-commits
mailing list