Sanjay Patel fdbf2bb4ee [InstSimplify] (x || y) && (x || !y) --> x
https://alive2.llvm.org/ce/z/4BE33w

This is the logical (select-form) equivalent of the bitwise logic fold:
e36d351d19b1

This is another part of solving the regression from:
https://llvm.org/PR52077
2021-10-07 12:25:25 -04:00
..
2021-10-06 12:31:25 -04:00
2021-08-22 09:15:48 -04:00
2021-10-05 18:07:57 +02:00
2021-08-24 15:38:38 -04:00
2021-09-29 13:03:12 -04:00