[PATCH] D114666: [InstSimplify] Fold bool(X) ^ 1 == 0 to X

Hasyimi Bahrudin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 4 23:28:32 PST 2021


hasyimibhar added a comment.

@spatel Updated to handle general pattern. Let me know if this is what you mean, as I'm pretty new to LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114666



More information about the llvm-commits mailing list