This is an archive of the discontinued LLVM Phabricator instance.

[CVP] Preserve exact name when converting sext->zext and ashr->lshr.
ClosedPublic

Authored by craig.topper on May 9 2022, 5:02 PM.

Details

Summary

Previously we took the old name and always appended a numberic suffix.
Since we're doing a 1:1 replacement, it's clearer to keep the original
name exactly.

Diff Detail

Event Timeline

craig.topper created this revision.May 9 2022, 5:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 5:02 PM
craig.topper requested review of this revision.May 9 2022, 5:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 5:02 PM
fhahn accepted this revision.May 10 2022, 1:06 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 10 2022, 1:06 AM
This revision was landed with ongoing or failed builds.May 10 2022, 9:14 AM
This revision was automatically updated to reflect the committed changes.