This is an archive of the discontinued LLVM Phabricator instance.

[IR] Remove LLVMPointerToElt and LLVMAnyPointerToElt intrinsic types (NFC)
ClosedPublic

Authored by nikic on Jul 13 2023, 2:50 AM.

Details

Summary

With opaque pointers, LLVMPointerToElt can be replaced by llvm_ptr_ty and LLVMAnyPointerToElt by llvm_anyptr_ty.

This still leaves LLVMVectorOfAnyPointersToElt, where we can't just replace with an existing IIT descriptor.

Diff Detail

Event Timeline

nikic created this revision.Jul 13 2023, 2:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 2:50 AM
nikic requested review of this revision.Jul 13 2023, 2:50 AM
aeubanks accepted this revision.Jul 13 2023, 8:53 AM
aeubanks added a subscriber: aeubanks.

lgtm

This revision is now accepted and ready to land.Jul 13 2023, 8:53 AM
This revision was landed with ongoing or failed builds.Jul 14 2023, 12:30 AM
This revision was automatically updated to reflect the committed changes.