[PATCH] D62671: [ARM] Add MVE integer vector min/max instructions.

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:58:03 PDT 2019


miyuki added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:730
+// prefix with MVE to avoid conflict with NEON equivalents.
+def MVE_VMAXs8 : VMINMAX<"vmax", "s8", 0b0, 0b00, 0b0>;
+def MVE_VMAXs16 : VMINMAX<"vmax", "s16", 0b0, 0b01, 0b0>;
----------------
These definitions can be combined into a multiclass.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62671/new/

https://reviews.llvm.org/D62671





More information about the llvm-commits mailing list