[PATCH] D65802: [DAGCombiner] Rebuild (setcc x, y, ==) from (xor (xor x, y), 1)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 15:02:37 PDT 2019


efriedma added a comment.

I don't think this is legal in general unless you restrict it to i1.  See https://rise4fun.com/Alive/1Hyj .


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65802/new/

https://reviews.llvm.org/D65802





More information about the llvm-commits mailing list