[llvm] [InstCombine] Fold `select Cond, not X, X` into `Cond ^ X` (PR #90089)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 17:53:57 PDT 2024


AtariDreams wrote:

This food gives me a few more ideas. Particularly it takes me back to that rejected PR. Perhaps I could use this property somehow to fold expressions regarding bitwise nots of each other...

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


More information about the llvm-commits mailing list