[all-commits] [llvm/llvm-project] 1b7197: [RegAlloc][NewPM] Plug Greedy RA in codegen pipeline

Akshat Oke via All-commits all-commits at lists.llvm.org
Tue Dec 31 23:08:11 PST 2024


  Branch: refs/heads/users/Akshat-Oke/12-11-_regalloc_newpm_plug_greedy_ra_in_codegen_pipeline
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b7197beff8454d649d8972d4434d4fb0a8b3f66
      https://github.com/llvm/llvm-project/commit/1b7197beff8454d649d8972d4434d4fb0a8b3f66
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-01 (Wed, 01 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/include/llvm/Target/CGPassBuilderOption.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/CodeGen/AArch64/implicit-def-remat-requires-impdef-check.mir
    M llvm/test/CodeGen/AArch64/implicit-def-with-impdef-greedy-assert.mir
    M llvm/test/CodeGen/AArch64/pr51516.mir
    M llvm/test/CodeGen/AArch64/spill-fold.mir
    M llvm/test/CodeGen/AMDGPU/extend-phi-subrange-not-in-parent.mir
    M llvm/test/CodeGen/MIR/Generic/runPass.mir
    M llvm/test/CodeGen/SystemZ/clear-liverange-spillreg.mir
    M llvm/test/CodeGen/Thumb/high-reg-clobber.mir
    M llvm/test/CodeGen/X86/limit-split-cost.mir
    M llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
    M llvm/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  [RegAlloc][NewPM] Plug Greedy RA in codegen pipeline


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

  Changed paths:
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Target/CGPassBuilderOption.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/test/CodeGen/AMDGPU/sgpr-regalloc-flags.ll
    M llvm/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  Error out on AMDGPU for regalloc-npm flag


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

  Changed paths:
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  Remove the TODO as it's implemented


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

  Changed paths:
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  clang format files


Compare: https://github.com/llvm/llvm-project/compare/9ec74b7c6761...0604cbdd2ae9

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