[llvm-commits] patch: "minor" LazyValueInfo cleanup

Nick Lewycky nlewycky at google.com
Wed Dec 15 10:20:02 PST 2010


This patch is basically a cleanup of some of LVI, as I start hacking on it.
 * mergeIn now uses constant folding for constants that are provably
not-equal.
 * sink some sanity checks from the get*() methods into the mark*() methods,
to ensure that we never have a constant/notconstant ConstantInt
 * some textual cleanups, whitespace changes, removing "else" after return.

Please review!

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101215/7574e933/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lvi-1.patch
Type: text/x-patch
Size: 11802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101215/7574e933/attachment.bin>


More information about the llvm-commits mailing list