This is an archive of the discontinued LLVM Phabricator instance.

[SCCP] Preserve Name when converting SExt->ZExt.
ClosedPublic

Authored by craig.topper on May 9 2022, 4:48 PM.

Details

Summary

This makes the output IR more readable since we're doing a one to
one replacement.

Diff Detail

Event Timeline

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

LGTM, thanks!

This revision is now accepted and ready to land.May 10 2022, 1:04 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.