[all-commits] [llvm/llvm-project] e7ab64: [AMDGPU] Move AMDGPUCodeGenPassBuilder into AMDGPU...
Christudasan Devadasan via All-commits
all-commits at lists.llvm.org
Mon Aug 19 07:57:46 PDT 2024
Branch: refs/heads/users/cdevadas/combine-legacy-and-new-passmanager
Home: https://github.com/llvm/llvm-project
Commit: e7ab640979bfd6a9b375c3a77a84ecb7fb78ddb4
https://github.com/llvm/llvm-project/commit/e7ab640979bfd6a9b375c3a77a84ecb7fb78ddb4
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