[llvm-commits] Dead argument elimination rewrite

Matthijs Kooijman matthijs at stdin.nl
Fri Jun 20 02:18:48 PDT 2008


> Ok. I mainly just wanted to get a sense of compile time on some
> non-trivial real-world code. The STL associative containers have
> a mixed reputation around here..
From looking at the full llvm-test suite, it seems that compile times are not
drastically different. On average, I think they might have improved by a few
percent.

I've also found no other broken compilation after fixing my patch. I was
having some trouble with the archie test, but it seems some other commit from
the last two or three days broke that. From some investigation, it seems that
there is some inline asm that cbe emits wrongly. I've added a comment to PR802
about this.

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080620/1d896bba/attachment.sig>


More information about the llvm-commits mailing list