[PATCH] D114462: [InstSimplify] fold xor logic of 2 variables

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 23 11:13:35 PST 2021


spatel added a comment.

Note: we miss the sibling with swapped and/or too, and it doesn't need a 'not' op, so it would clearly be best placed in instsimplify:
https://alive2.llvm.org/ce/z/7LbWeV


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

https://reviews.llvm.org/D114462



More information about the llvm-commits mailing list