[all-commits] [llvm/llvm-project] 57baa1: [AMDGPU] Rename AMDGPUCFGStructurizer to R600Machi...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Feb 18 07:10:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57baa14d74425f5f772a7999fc9ba2feb9ecf7c0
      https://github.com/llvm/llvm-project/commit/57baa14d74425f5f772a7999fc9ba2feb9ecf7c0
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    R llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/R600.h
    A llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
    M llvm/lib/Target/AMDGPU/R600TargetMachine.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list