[PATCH] D73357: [ARM,MVE] Add intrinsics for v[id]dupq and v[id]wdupq.

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 29 16:32:29 PST 2020


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Looks good, from what I can tell.



================
Comment at: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:2743
+  uint16_t Opcode;
+  switch (VT.getVectorElementType().getSizeInBits()) {
+  case 8:
----------------
VT.getScalarSizeInBits()?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73357





More information about the cfe-commits mailing list