[PATCH] D44097: [ARM] Fix for PR36577

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 09:35:05 PST 2018


thopre added inline comments.


================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:10452
+
+      // Check that its not already using a shift.
       if (U->getOperand(0).getOpcode() == ISD::SHL ||
----------------
its -> it's while you are at it?


https://reviews.llvm.org/D44097





More information about the llvm-commits mailing list