[AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer
authorJay Foad <jay.foad@amd.com>
Fri, 18 Feb 2022 14:04:19 +0000 (14:04 +0000)
committerJay Foad <jay.foad@amd.com>
Fri, 18 Feb 2022 15:08:25 +0000 (15:08 +0000)
commit57baa14d74425f5f772a7999fc9ba2feb9ecf7c0
tree5b0f4c66248af2744108f7b9141ca16a03826e0c
parent707157f24834e814243c90cf1f5f50c75f3abcb9
[AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer

Previously the name of the class (AMDGPUCFGStructurizer) did not
match the name of the file (AMDILCFGStructurizer).

Standardize on the name R600MachineCFGStructurizer by analogy with
AMDGPUMachineCFGStructurizer.

Differential Revision: https://reviews.llvm.org/D120128
llvm/lib/Target/AMDGPU/CMakeLists.txt
llvm/lib/Target/AMDGPU/R600.h
llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp [moved from llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp with 90% similarity]
llvm/lib/Target/AMDGPU/R600TargetMachine.cpp