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.
Paths
| Differential D120128
[AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer ClosedPublic Authored by foad on Feb 18 2022, 6:25 AM.
Details Summary Previously the name of the class (AMDGPUCFGStructurizer) did not Standardize on the name R600MachineCFGStructurizer by analogy with
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptFeb 18 2022, 6:25 AM Comment Actions The motivation for this is to get rid of the anomalous AMDIL prefix on the filename, which I don't think has any meaning here, and it annoys me every time I try to tab-complete: $ ls lib/Target/AMDGPU/AMD<TAB> This revision is now accepted and ready to land.Feb 18 2022, 7:06 AM This revision was landed with ongoing or failed builds.Feb 18 2022, 7:11 AM Closed by commit rG57baa14d7442: [AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409920 llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
llvm/lib/Target/AMDGPU/CMakeLists.txt
llvm/lib/Target/AMDGPU/R600.h
llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
|
clang-format: please reformat the code
2 diff lines are omitted. See full path.