]> granicus.if.org Git - llvm/commit
[MemDep] allow to select block-scan-limit when constructing MemoryDependenceAnalysis
authorFedor Sergeev <fedor.sergeev@azul.com>
Sat, 10 Aug 2019 01:23:38 +0000 (01:23 +0000)
committerFedor Sergeev <fedor.sergeev@azul.com>
Sat, 10 Aug 2019 01:23:38 +0000 (01:23 +0000)
commit76cff239b02840fc5e73e4fef0113b37c06b2541
treee037bace2ad34416e7203d08071517ec1e07144d
parentaa941ab366e81a54739b96007d8db63d76d1af13
[MemDep] allow to select block-scan-limit when constructing MemoryDependenceAnalysis

Introducing non-global control for default block-scan-limit in MemDep analysis.
Useful when there are many compilations per initialized LLVM instance (e.g. JIT).

Reviewed By: asbirlea
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D65806

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368502 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp