[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 4 05:37:22 PDT 2024


RKSimon wrote:

@Saldivarcher sorry this fell off my review list as I wasn't a listed reviewer - will take another look soon

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


More information about the llvm-commits mailing list