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

Akshat Oke via All-commits all-commits at lists.llvm.org
Tue Feb 4 01:25:34 PST 2025


  Branch: refs/heads/users/Akshat-Oke/12-11-_regalloc_newpm_plug_greedy_ra_in_codegen_pipeline
  Home:   https://github.com/llvm/llvm-project
  Commit: e777f38f1bbeb99631ff4eaf02580f73440b3ff2
      https://github.com/llvm/llvm-project/commit/e777f38f1bbeb99631ff4eaf02580f73440b3ff2
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-04 (Tue, 04 Feb 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: 970e1510603a5e985df1fb913a01a123577dabbb
      https://github.com/llvm/llvm-project/commit/970e1510603a5e985df1fb913a01a123577dabbb
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-04 (Tue, 04 Feb 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: 71ffdce8a4cdb00f4709b48f3649b7ee1d836581
      https://github.com/llvm/llvm-project/commit/71ffdce8a4cdb00f4709b48f3649b7ee1d836581
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-04 (Tue, 04 Feb 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: 764026d171f026807f9485e29ec0e2c1feb62fb0
      https://github.com/llvm/llvm-project/commit/764026d171f026807f9485e29ec0e2c1feb62fb0
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-04 (Tue, 04 Feb 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/c31b0c4f057a...764026d171f0

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