[PATCH] D70909: [AArch64][SVE] Implement while comparison intrinsics
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 03:09:22 PST 2019
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:3741
+ "",
+ [(set (vt pprty:$Pd), (op gprty:$Rn, gprty:$Rm))]>, Sched<[]> {
bits<4> Pd;
----------------
nit: the convention we've used in this file is to use `SVE_3_Op_Pat` for such patterns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70909/new/
https://reviews.llvm.org/D70909
More information about the llvm-commits
mailing list