[llvm] [llvm] Optimize usub.sat fix for #79690 (PR #151044)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 24 19:23:32 PDT 2025
================
@@ -1713,7 +1712,6 @@ tryToReuseConstantFromSelectInComparison(SelectInst &Sel, ICmpInst &Cmp,
if (Pred == CmpInst::ICMP_ULT && match(X, m_Add(m_Value(), m_Constant())))
return nullptr;
-
----------------
dtcxzyw wrote:
Remove unrelated changes.
https://github.com/llvm/llvm-project/pull/151044
More information about the llvm-commits
mailing list