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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 11:06:44 PST 2024


https://github.com/ChipsSpectre edited https://github.com/llvm/llvm-project/pull/76637


More information about the llvm-commits mailing list