[PATCH] D37355: Add CalledValuePropagation pass
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 12:27:38 PDT 2017
mssimpso updated this revision to Diff 114413.
mssimpso marked 4 inline comments as done.
mssimpso added a comment.
Addressed comments from Davide and Hal
- Incorporated feedback from https://reviews.llvm.org/D37354 (changed metadata from !targets to !callees, etc.).
- Moved common IPO utility functions to shared location (https://reviews.llvm.org/D37638)
- Separated comment groups into individual comments
- Marked the pass "preserves all"
https://reviews.llvm.org/D37355
Files:
include/llvm-c/Transforms/IPO.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/CalledValuePropagation.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/CalledValuePropagation.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
test/Other/new-pm-defaults.ll
test/Other/new-pm-lto-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/Transforms/CalledValuePropagation/simple-arguments.ll
test/Transforms/CalledValuePropagation/simple-memory.ll
test/Transforms/CalledValuePropagation/simple-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37355.114413.patch
Type: text/x-patch
Size: 33582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/f0c829de/attachment.bin>
More information about the llvm-commits
mailing list