diff options
| author | Jay Foad <jay.foad@amd.com> | 2024-08-20 16:15:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 16:15:46 +0100 |
| commit | 55d744eea36194809c4d16437db08aaa91c74292 (patch) | |
| tree | 99745eb5fe68c9f790a9c1d482f092612b98c721 /llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp | |
| parent | 1c3955f9dff9b653be88d5dea5bc3cd007904e90 (diff) | |
[AMDGPU] Move AMDGPUMemoryUtils out of Utils. NFC. (#104930)
It is only used by CodeGen so does not need to be shared with the
assembler/disassembler.
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp b/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp index bb2603e0076e..92b42e27a035 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp +++ b/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp @@ -177,9 +177,9 @@ //===----------------------------------------------------------------------===// #include "AMDGPU.h" +#include "AMDGPUMemoryUtils.h" #include "AMDGPUTargetMachine.h" #include "Utils/AMDGPUBaseInfo.h" -#include "Utils/AMDGPUMemoryUtils.h" #include "llvm/ADT/BitVector.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseSet.h" |
