[PATCH] D155704: [InstCombine] Fold icmp or sub chain ((x1 - y1) | (x2 - y2)) == 0
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 01:59:17 PDT 2023
nikic added a comment.
In D155704#4521708 <https://reviews.llvm.org/D155704#4521708>, @kitaisreal wrote:
> It seems that there is some issue with build here and in https://reviews.llvm.org/D155703.
> How can I validate that pull request is safe to merge ?
You could rebase the patches to trigger a new run. The failure is unrelated to your change though (main was broken at the time of the run). Just running `check-llvm` locally is generally enough for these kinds of changes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155704/new/
https://reviews.llvm.org/D155704
More information about the llvm-commits
mailing list