[llvm] [InstCombine] Canonicalize `icmp eq/ne (A ^ C), B` to `icmp eq/ne (A ^ B), C` (PR #67273)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 03:21:16 PDT 2023


dyung wrote:

@dtcxzyw this change seems to be causing an infinite loop in the compiler in some of our tests. Can you take a look at #67783?

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


More information about the llvm-commits mailing list