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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65806
[MemDep] allow to select block-scan-limit when constructing MemoryDependenceAnalysis ClosedPublic Authored by fedor.sergeev on Aug 6 2019, 7:08 AM.
Details Summary Introducing non-global control for default block-scan-limit in MemDep analysis.
Diff Detail
Event Timelinefedor.sergeev retitled this revision from [MemDep] allow customization of block-scan-limit of MemoryDependenceAnalysis instance to [MemDep] allow to select block-scan-limit when constructing MemoryDependenceAnalysis.Aug 7 2019, 9:07 AM This revision is now accepted and ready to land.Aug 7 2019, 1:20 PM Closed by commit rL368502: [MemDep] allow to select block-scan-limit when constructing… (authored by fedor.sergeev). · Explain WhyAug 9 2019, 6:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 214488 llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h
llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
|