[PATCH] D116215: [RISCV] Refactor immediate comparison instructions patterns
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 27 11:41:18 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3726
+
+multiclass VPatCompareSpecial<string intrinsic, string inst> {
+ foreach vti = AllIntegerVectors in {
----------------
Special -> "UnsignedZero" maybe?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116215/new/
https://reviews.llvm.org/D116215
More information about the llvm-commits
mailing list