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

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 07:15:24 PDT 2020


lenary added a comment.
Herald added a subscriber: ecnelises.

Ping? This is mentioned in a RISC-V bug on llvm bugzilla, and seems like a nice improvement to multiple targets if we can land it.


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

https://reviews.llvm.org/D65802





More information about the llvm-commits mailing list