[all-commits] [llvm/llvm-project] f40da0: [Pass][CodeGen] Add some necessary passes for code...
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Nov 7 23:24:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f40da072ed51ba77bf46191b35a74208b1045042
https://github.com/llvm/llvm-project/commit/f40da072ed51ba77bf46191b35a74208b1045042
Author: paperchalice <lgamma at 163.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/lib/CodeGen/CodeGenPassBuilder.cpp
Log Message:
-----------
[Pass][CodeGen] Add some necessary passes for codegen (#70903)
These passes are used in `TargetPassConfig.cpp`, so add them here. Part
of #69879.
@arsenm Thanks for reviwing.
More information about the All-commits
mailing list