[llvm-commits] [llvm] r76615 - in /llvm/trunk: include/llvm/CodeGen/LiveIntervalAnalysis.h lib/CodeGen/LiveIntervalAnalysis.cpp
David Greene
dag at cray.com
Thu Jul 23 16:19:49 PDT 2009
On Thursday 23 July 2009 17:59, Evan Cheng wrote:
> From what I can tell, with llc -verbose-asm=false does *not* turn off
> the line number comments.
It seems to work for me here. What revision are you running?
> I don't have time to do the experiment. But if you take a large
> bitcode file, run llc on it and measure the time. And then do the same
> experiment after backing out your changes, you should see a difference.
I'll have to wait until nightly finishes to get a sufficiently large bitcode
file, I think. I am certainly going to do the experiment.
-Dave
More information about the llvm-commits
mailing list