aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/InstructionSimplify.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-01-29 12:34:05 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-01-29 12:34:05 +0000
commit2c94b4201beccbd061fd679ea7e9db1381fe8357 (patch)
treec9e4e2e881b416c3a3292e02e138ca76fb48185b /lib/Analysis/InstructionSimplify.cpp
parent60f5ad46c2147af79035a43e5745e46376124780 (diff)
Add the missing sub identity "A-(A-B) -> B" to DAGCombine.
This happens e.g. for code like "X - X%10" where we lower the modulo operation to a series of multiplies and shifts that are then subtracted from X, leading to this missed optimization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions