[PATCH] D17082: FunctionImport: add a progressive heuristic to limit importing too deep in the callgraph

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 13:38:14 PST 2016


joker.eph updated this revision to Diff 47516.
joker.eph added a comment.

Fix the issue reported by Teresa: modified the test to expose the DFS issue
(test as it is now is not passing on the previous revision)


http://reviews.llvm.org/D17082

Files:
  lib/Transforms/IPO/FunctionImport.cpp
  test/Transforms/FunctionImport/Inputs/adjustable_threshold.ll
  test/Transforms/FunctionImport/adjustable_threshold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17082.47516.patch
Type: text/x-patch
Size: 10445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/a3dfa0f4/attachment.bin>


More information about the llvm-commits mailing list