[PATCH] D62669: [ARM] Set up infrastructure for MVE vector instructions.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 04:56:46 PDT 2019


samparker added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMRegisterInfo.td:461
+// class anyway.
+def MQPR : RegisterClass<"ARM", [v16i8, v8i16, v4i32, v2i64, v4f32, v2f64, v8f16],
+                         128, (trunc QPR, 8)>;
----------------
Is this really necessary..? Maybe it would be clearer to just have the MQPR class for MVE and not touch QPR?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62669





More information about the llvm-commits mailing list