This is an archive of the discontinued LLVM Phabricator instance.

[NFC][OpaquePtr][Evaluator] Remove PointerType::getElementType
ClosedPublic

Authored by zsrkmyn on Nov 17 2021, 5:39 PM.

Details

Summary

There are still another 2 uses of PointerType::getElementType in
Evaluator when evaluating BitCast's on pointers. BitCast's on pointers
should be removed when opaque ptr is ready, so I just keep them as is.

Diff Detail

Event Timeline

zsrkmyn created this revision.Nov 17 2021, 5:39 PM
zsrkmyn requested review of this revision.Nov 17 2021, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2021, 5:39 PM
aeubanks accepted this revision.Nov 18 2021, 12:34 PM

I'd retitle as Remove call to PointerType::getElementType()

This revision is now accepted and ready to land.Nov 18 2021, 12:34 PM