[llvm] [X86] Invert (and X, ~(and ~Y, Z)) back into (and X, (or Y, ~Z)) (PR #109215)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 06:11:18 PDT 2024


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

LGTM - cheers

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


More information about the llvm-commits mailing list