[PATCH] D77718: [ARM] Combines for VMOVN

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 14:05:05 PDT 2020


ctetreau added inline comments.
Herald added a subscriber: danielkiss.


================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:14316
+  // into the top or bottom lanes.
+  unsigned NumElts = N->getValueType(0).getVectorNumElements();
+  APInt Op0DemandedElts = APInt::getNullValue(NumElts);
----------------
getVectorNumElements is going away soon. Please do the cast.

See: D77278


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

https://reviews.llvm.org/D77718





More information about the llvm-commits mailing list