[llvm] [InstCombine] Change (add x, c) to (xor x, c) (PR #75129)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 05:47:05 PST 2023
jplehr wrote:
I see errors in our buildbot (https://lab.llvm.org/buildbot/#/builders/193/builds/43753) after this patch landed.
Reverting this patch locally resolves the errors.
If you need additional info / help for reproducing, please let me know.
https://github.com/llvm/llvm-project/pull/75129
More information about the llvm-commits
mailing list