[all-commits] [llvm/llvm-project] 308210: [AMDGPU] Move AMDGPUCodeGenPassBuilder into AMDGPU...

Christudasan Devadasan via All-commits all-commits at lists.llvm.org
Mon Aug 19 08:00:30 PDT 2024


  Branch: refs/heads/users/cdevadas/combine-legacy-and-new-passmanager
  Home:   https://github.com/llvm/llvm-project
  Commit: 308210f6b1a5ea39a27f795e9b55c4fdfa740745
      https://github.com/llvm/llvm-project/commit/308210f6b1a5ea39a27f795e9b55c4fdfa740745
  Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    R llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.cpp
    R llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp

  Log Message:
  -----------
  [AMDGPU] Move AMDGPUCodeGenPassBuilder into AMDGPUTargetMachine (NFC)

This will allow us to reuse the existing flags and the static
functions while building the pipeline for new pass manager.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list