[llvm] [InstCombine] Add one-use limitation to box multiply fold (PR #72876)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 22 02:58:23 PST 2023
================
@@ -1405,8 +1405,13 @@ static Instruction *foldBoxMultiply(BinaryOperator &I) {
// ResLo = (CrossSum << HalfBits) + (YLo * XLo)
Value *XLo, *YLo;
Value *CrossSum;
+
----------------
dtcxzyw wrote:
Please drop redundant spaces here.
https://github.com/llvm/llvm-project/pull/72876
More information about the llvm-commits
mailing list