Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141031
[InstCombine] Combine (zext a) mul (zext b) to llvm.umul.with.overflow only if mul has NUW flag ClosedPublic Authored by StephenFan on Jan 4 2023, 10:47 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2023, 1:19 AM This revision was landed with ongoing or failed builds.Jan 7 2023, 10:42 PM Closed by commit rGeda8e999dd01: [InstCombine] Combine (zext a) mul (zext b) to llvm.umul.with.overflow only if… (authored by StephenFan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 487140 llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/overflow-mul.ll
|
nit: Drop nounwind.