This is an archive of the discontinued LLVM Phabricator instance.

Get the address space within getVectorPtrTy
ClosedPublic

Authored by ctetreau on Oct 19 2020, 3:14 PM.

Details

Summary

getVectorPtrTy is private to VectorBlockGenerator, and all uses query
the address space from the passed-in pointer prior to calling it.

Diff Detail

Event Timeline

ctetreau created this revision.Oct 19 2020, 3:14 PM
Herald added a project: Restricted Project. · View Herald Transcript
ctetreau requested review of this revision.Oct 19 2020, 3:14 PM
This revision is now accepted and ready to land.Oct 20 2020, 11:17 AM
This revision was automatically updated to reflect the committed changes.