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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 14:35:11 PDT 2019


fhahn added a comment.

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


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

https://reviews.llvm.org/D61409





More information about the llvm-commits mailing list