Pattern regressed in LLVM 9 with the introduction of usub.sat.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101184
[InstCombine] X - usub.sat(X, Y) => umin(X, Y) ClosedPublic Authored by xbolva00 on Apr 23 2021, 10:27 AM.
Details
Summary Pattern regressed in LLVM 9 with the introduction of usub.sat.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 23 2021, 12:02 PM This revision was landed with ongoing or failed builds.Apr 23 2021, 12:13 PM Closed by commit rG9aee07abd0ca: [InstCombine] X - usub.sat(X, Y) => umin(X, Y) (authored by xbolva00). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340136 llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/test/Transforms/InstCombine/saturating-add-sub.ll
|