[all-commits] [llvm/llvm-project] c2ef06: [NewPM] Port infer-address-spaces

aeubanks via All-commits all-commits at lists.llvm.org
Mon Dec 28 19:59:31 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2ef06d3dd09d4e4e9665ca9f61e7672ad937827
      https://github.com/llvm/llvm-project/commit/c2ef06d3dd09d4e4e9665ca9f61e7672ad937827
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    A llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
    M llvm/test/CodeGen/AMDGPU/infer-addrpace-pipeline.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/infer-address-space.ll
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [NewPM] Port infer-address-spaces

And add it to the AMDGPU opt pipeline.

Reviewed By: arsenm

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




More information about the All-commits mailing list