Skip to content
Commit ca73ba01 authored by Craig Topper's avatar Craig Topper
Browse files

[InstCombine] Add test cases to demonstrate instcombine increasing instruction...

[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
parent 8a656c95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment