[InstCombine] X - usub.sat(X, Y) => umin(X, Y)
Pattern regressed in LLVM 9 with the introduction of usub.sat. Fixes https://bugs.llvm.org/show_bug.cgi?id=42178#c2 Reviewed By: nikic Differential Revision: https://reviews.llvm.org/D101184
Loading
Please sign in to comment