diff options
author | Craig Topper <craig.topper@intel.com> | 2017-06-15 21:38:44 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-06-15 21:38:44 +0000 |
commit | ca73ba019bc2d7d6810c6b8a64301bdb6443f032 (patch) | |
tree | 5ed74a63633fef81e9f1a3fc9059787adeb30814 /clang/lib/Sema/SemaCodeComplete.cpp | |
parent | 8a656c9597a0fc093b25779df51c216c241116f4 (diff) | |
download | bcm5719-llvm-ca73ba019bc2d7d6810c6b8a64301bdb6443f032.tar.gz bcm5719-llvm-ca73ba019bc2d7d6810c6b8a64301bdb6443f032.zip |
[InstCombine] Add test cases to demonstrate instcombine increasing instruction count when trying to fold (select (icmp eq (and X, C1), 0), Y, (or Y, C2))->(or (shl (and X, C1), C3), y) when the pieces have multiple uses.
llvm-svn: 305509
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions