[all-commits] [llvm/llvm-project] 620cff: [InstCombine] Fold series of instructions into mul...
Allen via All-commits
all-commits at lists.llvm.org
Tue Oct 25 08:05:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 620cff096abaa1bb80feb990d51bada054fa1424
https://github.com/llvm/llvm-project/commit/620cff096abaa1bb80feb990d51bada054fa1424
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/test/Transforms/InstCombine/mul_fold.ll
M llvm/test/Transforms/InstCombine/mul_full_64.ll
Log Message:
-----------
[InstCombine] Fold series of instructions into mull for more types
Relax the constraint of wide/vectors types.
Address the comment https://reviews.llvm.org/D136015?id=469189#inline-1314520
Reviewed By: spatel, chfast
Differential Revision: https://reviews.llvm.org/D136661
More information about the All-commits
mailing list