[PATCH] D59919: [Attributor] Deduce "returned" argument attribute

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 12:44:38 PDT 2019


jdoerfert added a comment.

In D59919#1535643 <https://reviews.llvm.org/D59919#1535643>, @nicholas wrote:

> > CHANGED: build-libcalls               NumNoUnwind                             4526 ->       3382 (   -25.276%)
>
> Why did the number of nounwinds drop?


I rerun the experiment with and without this commit. The numbers are the same as before except that there is no difference in NumNoUnwind. I don't know if I used a different baseline or if there was another problem (e.g., concurrency related) but I don't think this patch does affect the NumNoUnwind number at all.

Btw. I only report statistics that changed more than 1% as there seem to be some minimal variations all the time.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59919/new/

https://reviews.llvm.org/D59919





More information about the llvm-commits mailing list