[PATCH] D111912: New Pass for Merging Arbitrary Pair of Functions to Reduce Code Size
Rodrigo Caetano Rocha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 04:46:40 PDT 2021
rcorcs updated this revision to Diff 381212.
rcorcs added a comment.
Herald added subscribers: mstorsjo, aheejin.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
I had run clang-format on the new files. This updated diff also runs clang-format on the other files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111912/new/
https://reviews.llvm.org/D111912
Files:
include/llvm/InitializePasses.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/FunctionMerging.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/FunctionMerging.cpp
lib/Transforms/IPO/IPO.cpp
test/Transforms/FunctionMerging/block-reordering.ll
test/Transforms/FunctionMerging/operand-selection.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111912.381212.patch
Type: text/x-patch
Size: 130303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211021/2aac162d/attachment-0001.bin>
More information about the llvm-commits
mailing list