[all-commits] [llvm/llvm-project] 8e570a: Polly - specify address space when creating a poin...

Mark Schimmel via All-commits all-commits at lists.llvm.org
Wed Oct 14 09:17:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e570abf104389d301419dc44cb58c7362dd5960
      https://github.com/llvm/llvm-project/commit/8e570abf104389d301419dc44cb58c7362dd5960
  Author: Mark Schimmel <marksl at synopsys.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M polly/include/polly/CodeGen/BlockGenerators.h
    M polly/lib/CodeGen/BlockGenerators.cpp
    A polly/test/ScheduleOptimizer/vec-addr-space.ll

  Log Message:
  -----------
  Polly - specify address space when creating a pointer to a vector type

Polly incorrectly dropped the address space specified for a load instruction when it vectorized the code.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D88907




More information about the All-commits mailing list