[PATCH] D13726: A doccomment for CombineTo, and some NFC refactorings
A. Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 07:05:25 PDT 2015
tyomitch created this revision.
tyomitch added reviewers: sunfish, atrick, sdmitrouk.
tyomitch added a subscriber: llvm-commits.
Caching SDLoc(N), instead of recreating it in every single
function call, keeps the code denser, and allows to unwrap long lines.
http://reviews.llvm.org/D13726
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13726.37350.patch
Type: text/x-patch
Size: 8280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/fe331fde/attachment.bin>
More information about the llvm-commits
mailing list