[all-commits] [llvm/llvm-project] b400dd: [InstSimplify] Use dominate condtion to simplify i...
chenglin.bi via All-commits
all-commits at lists.llvm.org
Sat Nov 26 05:42:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b400dde4739f1868e1d4eb2b6c782e2dca235aba
https://github.com/llvm/llvm-project/commit/b400dde4739f1868e1d4eb2b6c782e2dca235aba
Author: chenglin.bi <chenglin.bi at linaro.org>
Date: 2022-11-26 (Sat, 26 Nov 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstCombine/usub-overflow-known-by-implied-cond.ll
M llvm/test/Transforms/InstSimplify/domcondition.ll
Log Message:
-----------
[InstSimplify] Use dominate condtion to simplify instructions
Fix #56795
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D138542
More information about the All-commits
mailing list