[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
Tue Jan 2 11:58:37 PST 2024


https://github.com/nikic approved this pull request.

LGTM

For the future, note that the second commit should contain test diffs. It seems like you committed the final test results directly into the first commit.

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


More information about the llvm-commits mailing list