[all-commits] [llvm/llvm-project] d63f54: [CodeGen][NewPM] Add necessary codegen options (#7...
paperchalice via All-commits
all-commits at lists.llvm.org
Fri Dec 15 01:03:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d63f54f91f49aa01ef3af490775ab8cf869cad0f
https://github.com/llvm/llvm-project/commit/d63f54f91f49aa01ef3af490775ab8cf869cad0f
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/lib/CodeGen/TargetPassConfig.cpp
Log Message:
-----------
[CodeGen][NewPM] Add necessary codegen options (#70904)
These options are used by `TargetPassConfig` to build CodeGen pass
pipeline, add them to `CGPassBuilderOption` so `CodeGenPassBuilder` can
use them. Currently not all options are added, but it is enough to build
a prototype of `CodeGenPassBuilder`. Part of #69879.
More information about the All-commits
mailing list