[llvm] [DAGCombiner] Inverse transform `(select c, (and X, 1), 0)` -> `(and (zext c), X)` (PR #66793)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 04:46:16 PDT 2023


https://github.com/RKSimon approved this pull request.

LGTM - cheers

https://github.com/llvm/llvm-project/pull/66793


More information about the llvm-commits mailing list