[all-commits] [llvm/llvm-project] 74007c: [CodeGen][NewPM] Port RegAllocGreedy to NPM

Akshat Oke via All-commits all-commits at lists.llvm.org
Thu Jan 23 01:33:39 PST 2025


  Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 74007cb20fbf8508ca457fc30d693ffa4526b432
      https://github.com/llvm/llvm-project/commit/74007cb20fbf8508ca457fc30d693ffa4526b432
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/Passes/PassBuilder.cpp

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


  Commit: 0f6540a4838b9031b245f3a2268bcf05940de228
      https://github.com/llvm/llvm-project/commit/0f6540a4838b9031b245f3a2268bcf05940de228
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    A llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  Move pass to a new header, add options


  Commit: 7fe529a8fe196720264caf9d331225e665aebd6c
      https://github.com/llvm/llvm-project/commit/7fe529a8fe196720264caf9d331225e665aebd6c
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

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

  Log Message:
  -----------
  Move VRM after LiveIntervals


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

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  AS: Rename to greedy, CFG obviation, comment fix


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h

  Log Message:
  -----------
  AS, remove setAnlayses and use constructor itself


Compare: https://github.com/llvm/llvm-project/compare/4e2e8cb851a8...df4bdd8efa3b

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