[PATCH] D149157: [InstSimplify] with logical ops: (0 == (X | Y)) ? X : 0 --> 0

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 07:18:30 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

This will be canonicalized by InstCombine.


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

https://reviews.llvm.org/D149157



More information about the llvm-commits mailing list