The LegalizerHelper misses the code to lower G_MUL to a library call,
which this change adds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130987
[GIsel] Add missing libcall for G_MUL to LegalizerHelper ClosedPublic Authored by Kai on Aug 2 2022, 6:46 AM.
Details Summary The LegalizerHelper misses the code to lower G_MUL to a library call,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 2 2022, 6:51 AM This revision was landed with ongoing or failed builds.Aug 2 2022, 10:36 AM Closed by commit rGb38375378dea: [GIsel] Add missing libcall for G_MUL to LegalizerHelper (authored by Kai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449343 llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
|