Files
archived-llvm/lib/CodeGen/SelectionDAG
Matt Arsenault 3b880e33a0 SelectionDAG: Select min/max when both are used
Allow two users of the condition if the other user
is also a min/max select. i.e.

%c = icmp slt i32 %x, %y
%min = select i1 %c, i32 %x, i32 %y
%max = select i1 %c, i32 %y, i32 %x

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269699 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-16 20:58:23 +00:00
..
2016-05-07 20:19:59 +00:00
2016-03-26 06:04:55 +00:00
2016-05-16 20:03:02 +00:00
2016-04-18 09:17:29 +00:00
2016-02-03 22:44:14 +00:00
2016-04-18 09:17:29 +00:00
2016-04-18 09:17:29 +00:00