[all-commits] [llvm/llvm-project] 8d9466: [BlockExtract][NewPM] Port -extract-blocks to NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Oct 21 12:51:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8d9466a3850b8f213b817075ede0fdec8526b7a7
https://github.com/llvm/llvm-project/commit/8d9466a3850b8f213b817075ede0fdec8526b7a7
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M llvm/include/llvm/InitializePasses.h
A llvm/include/llvm/Transforms/IPO/BlockExtractor.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/IPO/IPO.cpp
M llvm/test/Transforms/BlockExtractor/extract-blocks.ll
Log Message:
-----------
[BlockExtract][NewPM] Port -extract-blocks to NPM
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D89015
More information about the All-commits
mailing list