[all-commits] [llvm/llvm-project] 371a58: [CodeGen][NewPM] Plug greedy RA in codegen pipeline
Akshat Oke via All-commits
all-commits at lists.llvm.org
Thu Feb 27 00:22:29 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: 371a58b44fdb8f7cb9d0a3fe23e0d0a79e035260
https://github.com/llvm/llvm-project/commit/371a58b44fdb8f7cb9d0a3fe23e0d0a79e035260
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-27 (Thu, 27 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: 5480472aceecfce4d010f7b34d8412709c5ed4e8
https://github.com/llvm/llvm-project/commit/5480472aceecfce4d010f7b34d8412709c5ed4e8
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
review
Commit: 5e9477a4acacdca93bd566cfd87e9053872b5106
https://github.com/llvm/llvm-project/commit/5e9477a4acacdca93bd566cfd87e9053872b5106
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
if body single statement
Commit: 0a7d793605b498960f340c1b024c0bab0944f9ef
https://github.com/llvm/llvm-project/commit/0a7d793605b498960f340c1b024c0bab0944f9ef
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-27 (Thu, 27 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: 302b9f091a4d5c9386f3875b49f9502402897a6a
https://github.com/llvm/llvm-project/commit/302b9f091a4d5c9386f3875b49f9502402897a6a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-27 (Thu, 27 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/e0ecd0f6b7aa...302b9f091a4d
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