This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes
ClosedPublic

Authored by frasercrmck on May 10 2022, 3:04 AM.

Details

Summary

Rather than VP_SEXT/VP_ZEXT/VP_TRUNC, having
VP_SIGN_EXTEND/VP_ZERO_EXTEND/VP_TRUNCATE better matches their non-VP
counterparts.

Diff Detail

Event Timeline

frasercrmck created this revision.May 10 2022, 3:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2022, 3:04 AM
frasercrmck requested review of this revision.May 10 2022, 3:04 AM
This revision is now accepted and ready to land.May 10 2022, 3:52 PM
This revision was landed with ongoing or failed builds.May 11 2022, 2:38 AM
This revision was automatically updated to reflect the committed changes.