[PATCH] D46704: [NFC][InstCombine] Moving overflow computation logic from InstCombine to ValueTracking

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 10:28:16 PDT 2018


spatel added inline comments.


================
Comment at: lib/Analysis/ValueTracking.cpp:3706-3711
+OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS,
+	                                          const Value *RHS,
+	                                          const DataLayout &DL,
+	                                          AssumptionCache *AC,
+	                                          const Instruction *CxtI,
+	                                          const DominatorTree *DT) {
----------------
Formatting looks off - run clang-format.


Repository:
  rL LLVM

https://reviews.llvm.org/D46704





More information about the llvm-commits mailing list