[PATCH] D61409: [SimplifyCFG] Added condition assumption for unreachable blocks

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 16:06:29 PDT 2019


xbolva00 added a comment.

In D61409#1507829 <https://reviews.llvm.org/D61409#1507829>, @fhahn wrote:

> You can use something like the command below to get a comparison between 2 sets of runs. Also, doing single runs only will probably result in quite noisy results.
>
>   ./test-suite/utils/compare.py -m exec_time patch.json vs master.json


Not sure why this crashes for me:
/home/xbolva00/.local/lib/python2.7/site-packages/scipy/stats/stats.py:308: RuntimeWarning: divide by zero encountered in log

  log_a = np.log(np.array(a, dtype=dtype))

/home/xbolva00/.local/lib/python2.7/site-packages/numpy/core/_methods.py:75: RuntimeWarning: invalid value encountered in reduce

  ret = umr_sum(arr, axis, dtype, out, keepdims) 

Anway, I used --filter-short.. I ran and compare it 3x..
https://pastebin.com/kjFBv2ZP

Yes, noise a bit but I think there are some stable improvements..


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

https://reviews.llvm.org/D61409





More information about the llvm-commits mailing list