[llvm-commits] [llvm] r112899 - /llvm/trunk/lib/VMCore/AsmWriter.cpp

Chris Lattner sabre at nondot.org
Thu Sep 2 21:01:35 PDT 2010


On Sep 2, 2010, at 5:47 PM, Jakob Stoklund Olesen wrote:

> 
> On Sep 2, 2010, at 3:52 PM, Chris Lattner wrote:
> 
>> going further, remove the "<i8**> [#uses=3]" comments entirely. They
>> add a lot of noise, confuse people about what the IR is, and don't add 
>> any particular value.  When the types are long it makes it really really
>> hard to read IR.
> 
> Nice! This cleans up .ll files pretty well.
> 
> There are still predicate comments on each basic block, but they are often useful.

Yeah, I think the predecessor info is still useful,

-Chris



More information about the llvm-commits mailing list