diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-04-30 04:56:00 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-04-30 04:56:00 +0000 |
commit | a8c178f280806d6a0fadb8067e9e433a61e3296b (patch) | |
tree | ba0515ac8dfa5407f574d7b4cccee7632c455d25 /clang/unittests/Format/FormatTest.cpp | |
parent | 9c821037434dc106543d6905f5519b1129eb904f (diff) | |
download | bcm5719-llvm-a8c178f280806d6a0fadb8067e9e433a61e3296b.tar.gz bcm5719-llvm-a8c178f280806d6a0fadb8067e9e433a61e3296b.zip |
[InstCombine] Add a new formula for SMIN.
Summary:
After this change `MatchSelectPattern` recognizes the following form
of SMIN:
Y >s C ? ~Y : ~C == ~Y <s ~C ? ~Y : ~C = SMIN(~Y, ~C)
Reviewers: majnemer
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D9352
llvm-svn: 236202
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
0 files changed, 0 insertions, 0 deletions