[all-commits] [llvm/llvm-project] 2eac8c: Get the address space within getVectorPtrTy

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Tue Oct 20 14:42:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2eac8ce820e6c9fe51bf93b55cb8a781b8b9fc7c
      https://github.com/llvm/llvm-project/commit/2eac8ce820e6c9fe51bf93b55cb8a781b8b9fc7c
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M polly/include/polly/CodeGen/BlockGenerators.h
    M polly/lib/CodeGen/BlockGenerators.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list