[llvm] [InstSimplify] Simplify the expression `(a^c)&(a^~c)` to zero and (a^c) | (a^~c) to minus one. (PR #76637)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 03:01:09 PST 2024


https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/76637


More information about the llvm-commits mailing list