[all-commits] [llvm/llvm-project] 2f535f: [RegAlloc][NewPM] Plug Greedy RA in codegen pipeline
Akshat Oke via All-commits
all-commits at lists.llvm.org
Wed Feb 5 20:23:30 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: 2f535f4ef71ec900347b43f2e49cce19d1eabe49
https://github.com/llvm/llvm-project/commit/2f535f4ef71ec900347b43f2e49cce19d1eabe49
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-06 (Thu, 06 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: 20cc0d56b324d47f9187ca6cdecdffd911b53cef
https://github.com/llvm/llvm-project/commit/20cc0d56b324d47f9187ca6cdecdffd911b53cef
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-06 (Thu, 06 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: 4c0124503b44848f4b03c3af8d7c61026a80eb23
https://github.com/llvm/llvm-project/commit/4c0124503b44848f4b03c3af8d7c61026a80eb23
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-06 (Thu, 06 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: 3a4cc45c68b45d3d36000a6088c3be11d781d593
https://github.com/llvm/llvm-project/commit/3a4cc45c68b45d3d36000a6088c3be11d781d593
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-06 (Thu, 06 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/764026d171f0...3a4cc45c68b4
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