This is an archive of the discontinued LLVM Phabricator instance.

[AsmParser] Support %ty* in force-opaque-pointers mode
ClosedPublic

Authored by nikic on Aug 28 2021, 1:29 PM.

Details

Summary

Only enforce that ptr* is illegal if the base type is a simple type, not when it is something like %ty, where %ty may resolve to an opaque pointer in force-opaque-pointers mode.

Diff Detail

Event Timeline

nikic created this revision.Aug 28 2021, 1:29 PM
nikic requested review of this revision.Aug 28 2021, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2021, 1:29 PM
aeubanks accepted this revision.Aug 29 2021, 3:53 PM
aeubanks added a subscriber: aeubanks.

lgtm

This revision is now accepted and ready to land.Aug 29 2021, 3:53 PM
This revision was automatically updated to reflect the committed changes.