[PATCH] D42717: [JumpThreading] sync DT for LVI analysis (PR 36133)

Brian Rzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 12:33:55 PST 2018


brzycki added a comment.

Thank you @kuhar for the review. I ran CTmark (x86_64) on tip today and with this patch applied. The results are:

  "compile_time": 1264.1519999999994, # tip
  "compile_time": 1267.0480000000002, # patched

Which is around 0.3% degredation.


Repository:
  rL LLVM

https://reviews.llvm.org/D42717





More information about the llvm-commits mailing list