[all-commits] [llvm/llvm-project] 84d696: [InstCombine] Propagate the nuw for combine of add...
Allen via All-commits
all-commits at lists.llvm.org
Sun Aug 28 08:01:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84d6966e4d6fe86e1cc198f4f61044a09daded3e
https://github.com/llvm/llvm-project/commit/84d6966e4d6fe86e1cc198f4f61044a09daded3e
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2022-08-28 (Sun, 28 Aug 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/test/Transforms/InstCombine/mul.ll
Log Message:
-----------
[InstCombine] Propagate the nuw for combine of add+mul
As the commit of D132658, make the 'nuw' change separately.
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D132777
More information about the All-commits
mailing list