[all-commits] [llvm/llvm-project] 6c8640: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...

Akshat Oke via All-commits all-commits at lists.llvm.org
Sat Feb 1 10:24:05 PST 2025


  Branch: refs/heads/users/Akshat-Oke/11-22-_codegen_newpm_port_regallocevictionadvisor_analysis_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c86404d29089247f8136adec5b054b7f7f4dd8f
      https://github.com/llvm/llvm-project/commit/6c86404d29089247f8136adec5b054b7f7f4dd8f
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    A llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
    R llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  [CodeGen][NewPM] Port RegAllocEvictionAdvisor analysis to NPM


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  Remove Provider::doInit, change to MF analysis

init is in the constructor. The new MF analysis lazily intiailizes the
provider. The (wrapped) provider is the analysis result.


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

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

  Log Message:
  -----------
  Remove parenthesis


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp

  Log Message:
  -----------
  Add TODO to remove provider, remove paren


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp

  Log Message:
  -----------
  Remove createProvider*(), add new method in ML.cpp


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

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

  Log Message:
  -----------
  Use the provider as analysis result


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

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

  Log Message:
  -----------
  Remove setAnalyses(); pass analysis in getAdvisor


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

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

  Log Message:
  -----------
  Apply suggestions


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp

  Log Message:
  -----------
  Remove initializeMLProvider


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

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp

  Log Message:
  -----------
  address reviews, use #else


Compare: https://github.com/llvm/llvm-project/compare/37f96a9f5c90...3a0e62f20b5a

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