This is an archive of the discontinued LLVM Phabricator instance.

ConstantFolding: remove function in context of opaque ptrs
ClosedPublic

Authored by artagnon on Jul 28 2023, 9:33 AM.

Details

Summary

The function StripPtrCastKeepAS() no longer makes any sense, as we've
migrated to using opaque pointers throughout the codebase. Hence, remove
it. No changes to tests are required.

Diff Detail

Event Timeline

artagnon created this revision.Jul 28 2023, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 9:33 AM
artagnon requested review of this revision.Jul 28 2023, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 9:33 AM
arsenm accepted this revision.Jul 28 2023, 9:35 AM
This revision is now accepted and ready to land.Jul 28 2023, 9:35 AM
This revision was landed with ongoing or failed builds.Jul 28 2023, 9:47 AM
This revision was automatically updated to reflect the committed changes.