Get the address space within getVectorPtrTy
authorChristopher Tetreault <ctetreau@quicinc.com>
Tue, 20 Oct 2020 18:32:28 +0000 (11:32 -0700)
committerChristopher Tetreault <ctetreau@quicinc.com>
Tue, 20 Oct 2020 21:42:10 +0000 (14:42 -0700)
commit2eac8ce820e6c9fe51bf93b55cb8a781b8b9fc7c
tree50a49eca3e639399ccd3262f0d5d306db5a07d60
parentd5c022d846999127352aa3c08c0f81418a942aab
Get the address space within getVectorPtrTy

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

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D89745
polly/include/polly/CodeGen/BlockGenerators.h
polly/lib/CodeGen/BlockGenerators.cpp