This is an archive of the discontinued LLVM Phabricator instance.

[NFC][OpaquePtr] Avoid calling getPointerElementType()
ClosedPublic

Authored by aeubanks on Jun 4 2021, 2:39 PM.

Details

Summary

Pointee types are going away soon.

For this, we mostly just care about store/load types, which are already
available without the pointee types. The other intrinsics always use
i8*.

Diff Detail

Event Timeline

aeubanks created this revision.Jun 4 2021, 2:39 PM
aeubanks requested review of this revision.Jun 4 2021, 2:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2021, 2:39 PM
aeubanks updated this revision to Diff 349979.Jun 4 2021, 3:10 PM

one more missed location

dblaikie accepted this revision.Jun 14 2021, 6:47 PM
dblaikie added a subscriber: dblaikie.

Looks right to me

This revision is now accepted and ready to land.Jun 14 2021, 6:48 PM
This revision was landed with ongoing or failed builds.Jun 15 2021, 9:53 AM
This revision was automatically updated to reflect the committed changes.