[all-commits] [llvm/llvm-project] 72fe93: [CodeGen][NewPM] Plug greedy RA in codegen pipeline

Akshat Oke via All-commits all-commits at lists.llvm.org
Thu Feb 20 02:17:02 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: 72fe9343aaaffb5e1f8f242def12a6ba0070b106
      https://github.com/llvm/llvm-project/commit/72fe9343aaaffb5e1f8f242def12a6ba0070b106
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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/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/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  [CodeGen][NewPM] Plug greedy RA in codegen pipeline


  Commit: fa0d1955440fc33aa9fb78facb59e369d2ca69a2
      https://github.com/llvm/llvm-project/commit/fa0d1955440fc33aa9fb78facb59e369d2ca69a2
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

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

  Log Message:
  -----------
  review


  Commit: 55f42d64a5eab6fa293379dfd7aaabdee70c6692
      https://github.com/llvm/llvm-project/commit/55f42d64a5eab6fa293379dfd7aaabdee70c6692
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  if body single statement


  Commit: ca7f906b97c1b2c6b6d773236cce7d71c1223b25
      https://github.com/llvm/llvm-project/commit/ca7f906b97c1b2c6b6d773236cce7d71c1223b25
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M llvm/include/llvm/Target/CGPassBuilderOption.h
    A llvm/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir
    M llvm/tools/llc/NewPMDriver.cpp

  Log Message:
  -----------
  Refactor RegAllocType cl option to use a custom parser

This will allow -sgpr-regalloc-npm=greedy to reuse the same parser.


  Commit: e0ecd0f6b7aac9f7817c6250b6dab2f0521a5f0e
      https://github.com/llvm/llvm-project/commit/e0ecd0f6b7aac9f7817c6250b6dab2f0521a5f0e
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir

  Log Message:
  -----------
  AS


Compare: https://github.com/llvm/llvm-project/compare/9b4d0f57a8ee...e0ecd0f6b7aa

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