[PATCH] D41765: [CodeGen] Provide an advanced shrink-wrapping interface
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 15:06:18 PST 2018
thegameg updated this revision to Diff 132237.
thegameg marked 5 inline comments as done.
thegameg added a comment.
Split DefaultShrinkWrapper and DefaultShrinkWrapInfo into:
- DominatorShrinkWrapper
- CSRFIShrinkWrapInfo
I'm not very happy with these names, but I couldn't think of anything else.
Also,
- Rebase
- Fix NumCandidates increment
- Add enum to give more meaning to the bit `0`
https://reviews.llvm.org/D41765
Files:
include/llvm/CodeGen/ShrinkWrapper.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CSRFIShrinkWrapInfo.cpp
lib/CodeGen/CSRFIShrinkWrapInfo.h
lib/CodeGen/DominatorShrinkWrapper.cpp
lib/CodeGen/DominatorShrinkWrapper.h
lib/CodeGen/ShrinkWrap.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41765.132237.patch
Type: text/x-patch
Size: 51698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/37de1c78/attachment-0001.bin>
More information about the llvm-commits
mailing list