[PATCH] D51398: [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely invertible

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 11:05:55 PDT 2018


craig.topper added a comment.

LHS/RHS are set based on the select operands not the compare operands aren't they?


Repository:
  rL LLVM

https://reviews.llvm.org/D51398





More information about the llvm-commits mailing list