This is an archive of the discontinued LLVM Phabricator instance.

[VP] IR expansion for zext/sext/trunc/fptosi/fptosi/sitofp/uitofp/fptrunc/fpext
ClosedPublic

Authored by Miss_Grape on Sep 9 2023, 3:10 AM.

Details

Summary

Add basic handling for VP ops that can expand to Cast intrinsics

Diff Detail

Event Timeline

Miss_Grape created this revision.Sep 9 2023, 3:10 AM
Herald added a project: Restricted Project. · View Herald Transcript
Miss_Grape requested review of this revision.Sep 9 2023, 3:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2023, 3:10 AM

(style) Remove the braces around each case statment - we should only need those if we have a local variable

Adrress the comment

(style) Remove the braces around each case statment - we should only need those if we have a local variable

done~

RKSimon accepted this revision.Sep 11 2023, 2:09 AM

LGTM - cheers

This revision is now accepted and ready to land.Sep 11 2023, 2:09 AM