This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Casting.h] Remove CastInfo pointer partial specialization.
ClosedPublic

Authored by bzcheeseman on May 13 2022, 12:57 PM.

Details

Summary

Since cast_convert_val now has pointer specializations, we don't need the pointer partial specialization for CastInfo. We want to trim these down when possible to avoid future ambiguous partial specialization errors.

Diff Detail

Event Timeline

bzcheeseman created this revision.May 13 2022, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2022, 12:57 PM
bzcheeseman requested review of this revision.May 13 2022, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2022, 12:57 PM
rriddle accepted this revision.May 13 2022, 2:40 PM
This revision is now accepted and ready to land.May 13 2022, 2:40 PM
This revision was landed with ongoing or failed builds.May 13 2022, 3:31 PM
This revision was automatically updated to reflect the committed changes.