[PATCH] D159380: [InstCombine] Fold ((A&B)^A)|((A&B)^B) to A^B

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 14:39:18 PDT 2023


huihuiz added a comment.

I can help land this patch and the baseline test.
Just give it more hours in case other people catch anything different.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159380/new/

https://reviews.llvm.org/D159380



More information about the llvm-commits mailing list