[all-commits] [llvm/llvm-project] 74ad19: [MergeICmps] Adapt to non-eq comparisons, retry
Allen via All-commits
all-commits at lists.llvm.org
Sun Feb 26 09:27:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74ad19c25d7217d8f580a21d12fd4c784a1a0094
https://github.com/llvm/llvm-project/commit/74ad19c25d7217d8f580a21d12fd4c784a1a0094
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/MergeICmps.cpp
A llvm/test/Transforms/MergeICmps/X86/pr59740.ll
Log Message:
-----------
[MergeICmps] Adapt to non-eq comparisons, retry
Fix https://github.com/llvm/llvm-project/issues/59740.
NOTE: retry as we can't reproduce the break locally when first commit.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D141188
More information about the All-commits
mailing list