[all-commits] [llvm/llvm-project] 480936: Reland "[NewPM][CodeGen] Introduce CodeGenPassBuil...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Tue Dec 29 16:44:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 480936e741d588d53b9e2d9c5935b5daa0fdee25
https://github.com/llvm/llvm-project/commit/480936e741d588d53b9e2d9c5935b5daa0fdee25
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2020-12-29 (Tue, 29 Dec 2020)
Changed paths:
A llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
A llvm/include/llvm/CodeGen/MachinePassRegistry.def
M llvm/include/llvm/CodeGen/TargetPassConfig.h
A llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/include/llvm/Target/TargetMachine.h
M llvm/lib/CodeGen/CMakeLists.txt
A llvm/lib/CodeGen/CodeGenPassBuilder.cpp
M llvm/lib/CodeGen/LLVMTargetMachine.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
Log Message:
-----------
Reland "[NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline" (again)
This reverts commit 16c8f6e91344ec9840d6aa9ec6b8d0c87a104ca3 with fix.
-Wswitch catched an unhandled enum value due to recent commits in
TargetPassConfig.cpp.
More information about the All-commits
mailing list