[PATCH] D36930: [ARM] Factorize the calculation of WhichResult in isV*Mask. NFC.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 19 13:25:18 PDT 2017


mstorsjo added inline comments.


================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:5803
 
+static unsigned SelectPairHalf(unsigned Elements, ArrayRef<int> Mask, unsigned Index) {
+  if (Mask.size() == Elements * 2)
----------------
fhahn wrote:
> Line too long?
Indeed, fixed with clang-format-diff locally - will push with that fixed.


https://reviews.llvm.org/D36930





More information about the llvm-commits mailing list