aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-02-17 07:46:37 +0000
committerDuncan Sands <baldrick@free.fr>2011-02-17 07:46:37 +0000
commite5220011718514516640187c54ce9e659454a765 (patch)
tree699d8b83891e75eb57cade73c4d3ea45642bd1c8 /clang/lib/CodeGen/CodeGenFunction.cpp
parentc8e630e4db137cbe4bb28193f83c4092e24fd502 (diff)
downloadllvm-e5220011718514516640187c54ce9e659454a765.zip
llvm-e5220011718514516640187c54ce9e659454a765.tar.gz
llvm-e5220011718514516640187c54ce9e659454a765.tar.bz2
Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise for some
variations (some of these were already present so I unified the code). Spotted by my auto-simplifier as occurring a lot. llvm-svn: 125734
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions