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

Miguel Saldivar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 22:15:57 PDT 2024


Saldivarcher wrote:

#113264 also fixes some infinite loops. 

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


More information about the llvm-commits mailing list