[all-commits] [llvm/llvm-project] 5d3f3d: [TableGen] Use llvm::append_range (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jan 25 19:24:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d3f3d3a0598871d7244ffae026a957451df10a0
      https://github.com/llvm/llvm-project/commit/5d3f3d3a0598871d7244ffae026a957451df10a0
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M llvm/utils/TableGen/CodeGenRegisters.cpp
    M llvm/utils/TableGen/CodeGenSchedule.cpp
    M llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp
    M llvm/utils/TableGen/GlobalISelEmitter.cpp

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


  Commit: 772134e3ec490393e408f0d42510d16346979828
      https://github.com/llvm/llvm-project/commit/772134e3ec490393e408f0d42510d16346979828
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/StackLifetime.h

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


  Commit: c85b6bf33c473633c9873b600f8a31fa55464e1e
      https://github.com/llvm/llvm-project/commit/c85b6bf33c473633c9873b600f8a31fa55464e1e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h

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

AMDGPULegalizerInfo.h needs MachineIRBuilder but relies on a forward
declaration of MachineIRBuilder in LegalizerInfo.h.  This patch adds a
forward declaration right in AMDGPULegalizerInfo.h.

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


Compare: https://github.com/llvm/llvm-project/compare/9d64275ae08f...c85b6bf33c47


More information about the All-commits mailing list