[PATCH] D79087: [SVE][Codegen] Lower legal min & max operations
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 11:49:01 PDT 2020
efriedma added a subscriber: huihuiz.
efriedma added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:3851
+ def : SVE_1_Op_Imm_Arith_Pred_Pat<nxv4i32, nxv4i1, op, ZPR32, i32, SVEArithSImmPat, !cast<Instruction>(NAME # _S)>;
+ def : SVE_1_Op_Imm_Arith_Pred_Pat<nxv2i64, nxv2i1, op, ZPR64, i64, SVEArithSImmPat, !cast<Instruction>(NAME # _D)>;
}
----------------
I don't see any test for this part of the patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79087/new/
https://reviews.llvm.org/D79087
More information about the cfe-commits
mailing list