[PATCH] D48466: [X86] Teach "(select (and (x , 0x1) == 0), y, (z | y) ) -> (-(and (x , 0x1)) & z ) | y" to also handle the case where there is no setcc and the and is used directly with the args swapped

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 24 23:12:08 PDT 2018


craig.topper abandoned this revision.
craig.topper added a comment.

https://reviews.llvm.org/D48508 fixed part my motivating case and I think there are other things we can do to fix the remaining issue. Abandoning this.


Repository:
  rL LLVM

https://reviews.llvm.org/D48466





More information about the llvm-commits mailing list