[all-commits] [llvm/llvm-project] 61993c: [CodeGen][NPM] Support generic regalloc-npm option
Akshat Oke via All-commits
all-commits at lists.llvm.org
Fri May 2 02:49:53 PDT 2025
Branch: refs/heads/users/optimisan/generic-regalloc-option
Home: https://github.com/llvm/llvm-project
Commit: 61993c098557ebb880e3c795ba9011323049c9cc
https://github.com/llvm/llvm-project/commit/61993c098557ebb880e3c795ba9011323049c9cc
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/include/llvm/Passes/PassBuilder.h
M llvm/include/llvm/Passes/TargetPassRegistry.inc
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/include/llvm/Target/TargetMachine.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
M llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
M llvm/lib/Target/AMDGPU/R600TargetMachine.h
M llvm/lib/Target/BPF/BPFTargetMachine.cpp
M llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetMachine.h
M llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
M llvm/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir
M llvm/tools/llc/NewPMDriver.cpp
Log Message:
-----------
[CodeGen][NPM] Support generic regalloc-npm option
Commit: b50f3c67441d1f8344baf9907582a357099912d0
https://github.com/llvm/llvm-project/commit/b50f3c67441d1f8344baf9907582a357099912d0
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-05-02 (Fri, 02 May 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/test/tools/llc/new-pm/x86_64-regalloc-pipeline.mir
M llvm/tools/llc/NewPMDriver.cpp
Log Message:
-----------
AS, allow only RA passes
Commit: 3ead04f970868062765eb53cbedd069c4ae0f069
https://github.com/llvm/llvm-project/commit/3ead04f970868062765eb53cbedd069c4ae0f069
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
Log Message:
-----------
Change to builder callback
Compare: https://github.com/llvm/llvm-project/compare/a502108206d4...3ead04f97086
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