[PATCH] D140666: [InstCombine] combine intersection for inequality icmps

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 10:33:37 PST 2023


spatel requested changes to this revision.
spatel added a comment.
This revision now requires changes to proceed.

In D140666#4065425 <https://reviews.llvm.org/D140666#4065425>, @inclyc wrote:

> Looks like the test LLVM.Transforms/InstCombine::sign-test-and-or.ll is failed due to recent changes on this patch. I'd like to inspect it first. :)

Those diffs are miscompiles if I'm seeing it correctly, so something is not right with this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140666



More information about the llvm-commits mailing list