[PATCH] D114666: [InstSimplify] Simplify bool icmp with not in LHS

Hasyimi Bahrudin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 07:05:01 PST 2021


hasyimibhar added a comment.

I added 2 extra test cases for each of the 6 cases:

- Test with xor operands swapped (using m_Xor would have missed this)
- Test with undef (based on alive: https://alive2.llvm.org/ce/z/mFCLsM)


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