[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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 24 07:49:23 PDT 2018


spatel reopened this revision.
spatel added a comment.

Oops - I included the wrong link in the commit message for https://reviews.llvm.org/rL335433; that was meant to correspond to https://reviews.llvm.org/D48508.


Repository:
  rL LLVM

https://reviews.llvm.org/D48466





More information about the llvm-commits mailing list