diff options
| author | Erik Verbruggen <erikjv@me.com> | 2014-03-27 11:16:05 +0000 |
|---|---|---|
| committer | Erik Verbruggen <erikjv@me.com> | 2014-03-27 11:16:05 +0000 |
| commit | 59a12198463bb13f1496205e496a2131462d3f88 (patch) | |
| tree | 00762d21bc95bc44bcc1c08b9fa7213e7577d3f8 /clang/unittests/Format/FormatTest.cpp | |
| parent | d897b564ca26228fe1b0f11de5f60f1645129da8 (diff) | |
| download | bcm5719-llvm-59a12198463bb13f1496205e496a2131462d3f88.tar.gz bcm5719-llvm-59a12198463bb13f1496205e496a2131462d3f88.zip | |
InstCombine: merge constants in both operands of icmp.
Transform:
icmp X+Cst2, Cst
into:
icmp X, Cst-Cst2
when Cst-Cst2 does not overflow, and the add has nsw.
llvm-svn: 204912
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
0 files changed, 0 insertions, 0 deletions

