This is an archive of the discontinued LLVM Phabricator instance.

Stop using legacy helpers indicating typed pointer types. NFC
ClosedPublic

Authored by bjope on Jul 31 2023, 12:59 PM.

Details

Summary

Since we no longer support typed LLVM IR pointer types, the code can
be simplified into for example using PointerType::get directly instead
of using Type::getInt8PtrTy and Type::getInt32PtrTy etc.

Diff Detail

Event Timeline

bjope created this revision.Jul 31 2023, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 1:00 PM
bjope requested review of this revision.Jul 31 2023, 1:00 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 31 2023, 1:00 PM
bjope updated this revision to Diff 545783.Jul 31 2023, 1:38 PM

Replaced a couple of more occurances in this update.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 2 2023, 3:09 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.