This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes][VP] Add widen and split support for VP FP integer casting op.
ClosedPublic

Authored by jacquesguan on Jun 1 2022, 8:03 PM.

Details

Summary

This patch adds widen and split support for VP_FPTOSI, VP_FPTOUI, VP_SITOFP and VP_UITOFP.

Diff Detail

Event Timeline

jacquesguan created this revision.Jun 1 2022, 8:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2022, 8:03 PM
jacquesguan requested review of this revision.Jun 1 2022, 8:03 PM
simoll accepted this revision.Jun 2 2022, 1:38 AM

LGTM
we should rework those messy switches in isel legalization someday.. but this isn't a blocker for this patch

This revision is now accepted and ready to land.Jun 2 2022, 1:38 AM