This is an archive of the discontinued LLVM Phabricator instance.

[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,
which this change adds.

Diff Detail

Event Timeline

Kai created this revision.Aug 2 2022, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 6:46 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Kai requested review of this revision.Aug 2 2022, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 6:46 AM
arsenm accepted this revision.Aug 2 2022, 6:51 AM
This 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
This revision was automatically updated to reflect the committed changes.