[PATCH] D93368: [RISCV] Define vector compare intrinsics.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 11:39:54 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:112
// Input: (maskedoff, vector_in, vector_in/scalar_in, mask, vl)
- class RISCVBinaryABXMask
+ class RISCVBinaryABXMask<bit MaskOut = 0>
: Intrinsic<[llvm_anyvector_ty],
----------------
Can we just have a new class? Especially after my proposal in D93409
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93368/new/
https://reviews.llvm.org/D93368
More information about the llvm-commits
mailing list