[all-commits] [llvm/llvm-project] 45ec64: [CodeGen][NewPM] Port RegisterCoalescer to NPM

Akshat Oke via All-commits all-commits at lists.llvm.org
Fri Jan 31 01:52:32 PST 2025


  Branch: refs/heads/users/Akshat-Oke/01-28-_codegen_newpm_port_registercoalescer_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 45ec648b4b5bae105f612abf6f8a12a28286bb02
      https://github.com/llvm/llvm-project/commit/45ec648b4b5bae105f612abf6f8a12a28286bb02
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    A llvm/include/llvm/CodeGen/RegisterCoalescerPass.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/CodeGen/AArch64/coalescer-drop-subreg-to-reg-imm-ops.mir
    M llvm/test/CodeGen/AMDGPU/blender-coalescer-verifier-error-empty-subrange.mir
    M llvm/test/CodeGen/X86/coalesce-dead-lanes.mir
    M llvm/test/CodeGen/X86/late-remat-update.mir

  Log Message:
  -----------
  [CodeGen][NewPM] Port RegisterCoalescer to NPM


  Commit: d0a69537972383ca18a09d536025fe54c2ef7093
      https://github.com/llvm/llvm-project/commit/d0a69537972383ca18a09d536025fe54c2ef7093
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegisterCoalescer.cpp

  Log Message:
  -----------
  change to member object


  Commit: 422c9b5bbe498c34b5dacee2201669c27c75f342
      https://github.com/llvm/llvm-project/commit/422c9b5bbe498c34b5dacee2201669c27c75f342
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegisterCoalescer.cpp

  Log Message:
  -----------
  remove releaseMemory()


Compare: https://github.com/llvm/llvm-project/compare/fae7ae58e889...422c9b5bbe49

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list