[all-commits] [llvm/llvm-project] 6bde08: [AMDGPU] Forward-declare TargetRegisterClass (NFC)

llvmbot via All-commits all-commits at lists.llvm.org
Tue Jan 26 20:04:49 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bde08536655dadca4156ca42d4c6f19f52fde98
      https://github.com/llvm/llvm-project/commit/6bde08536655dadca4156ca42d4c6f19f52fde98
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h

  Log Message:
  -----------
  [AMDGPU] Forward-declare TargetRegisterClass (NFC)

AMDGPUInstructionSelector.h needs TargetRegisterClass but relies on a
forward declaration of TargetRegisterClass in InstructionSelector.h.
This patch adds a forward declaration right in
AMDGPUInstructionSelector.h.

While we are at it, this patch removes the one in
InstructionSelector.h, where it is unnecessary.


  Commit: 657f5b974308030c70c58c823d2a7a52fc9c2fd4
      https://github.com/llvm/llvm-project/commit/657f5b974308030c70c58c823d2a7a52fc9c2fd4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M llvm/lib/Analysis/MemorySSA.cpp

  Log Message:
  -----------
  [MemorySSA] Use ListSeparator (NFC)


  Commit: 48bdd676a1d1338c10541460bf5beb69ac17e451
      https://github.com/llvm/llvm-project/commit/48bdd676a1d1338c10541460bf5beb69ac17e451
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M llvm/tools/llvm-objdump/COFFDump.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] Use append_range (NFC)


Compare: https://github.com/llvm/llvm-project/compare/494ac2a607f6...48bdd676a1d1


More information about the All-commits mailing list