[PATCH] D45316: [mips] Materialize constants for multiplication

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 22:13:25 PDT 2018


atanasyan added inline comments.


================
Comment at: lib/Target/Mips/MipsSEISelLowering.cpp:732
+    APInt Ceil = Val.isNegative() ? APInt(BitWidth, 0) :
+                                APInt(BitWidth, 1) << C.ceilLogBase2();
+
----------------
clang-format these lines


Repository:
  rL LLVM

https://reviews.llvm.org/D45316





More information about the llvm-commits mailing list