This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Widen vector results of SMULFIX/UMULFIX/SMULFIXSAT
ClosedPublic

Authored by bjope on Aug 10 2019, 5:32 AM.

Details

Summary

After the commits that changed x86 backend to widen vectors
instead of using promotion some of our downstream tests
started to fail. It was noticed that WidenVectorResult has
been missing support for SMULFIX/UMULFIX/SMULFIXSAT. This
patch adds the missing functionality.

Diff Detail

Repository
rL LLVM

Event Timeline

bjope created this revision.Aug 10 2019, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2019, 5:32 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Aug 10 2019, 9:56 AM
This revision was automatically updated to reflect the committed changes.