summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/MemoryDependenceAnalysis/memdep-block-scan-limit.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MDA] change BlockScanLimit into a command line option.Jingyue Wu2015-07-211-0/+15
Summary: In the benchmark (https://github.com/vetter/shoc) we are researching, the duplicated load is not eliminated because MemoryDependenceAnalysis hit the BlockScanLimit. This patch change it into a command line option instead of a hardcoded value. Patched by Xuetian Weng. Test Plan: test/Analysis/MemoryDependenceAnalysis/memdep-block-scan-limit.ll Reviewers: jingyue, reames Subscribers: reames, llvm-commits Differential Revision: http://reviews.llvm.org/D11366 llvm-svn: 242842
OpenPOWER on IntegriCloud