This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Enable SMULO/UMULO vector combine support (PR40442)
ClosedPublic

Authored by RKSimon on Mar 5 2019, 7:45 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Mar 5 2019, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2019, 7:45 AM
nikic accepted this revision.Mar 5 2019, 11:41 AM

LGTM. We might want to look into improving MULO expansion for the power of two case in general, as we don't need the widening multiplication to determine overflow in that case.

This revision is now accepted and ready to land.Mar 5 2019, 11:41 AM
This revision was automatically updated to reflect the committed changes.