This is an archive of the discontinued LLVM Phabricator instance.

[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.
Useful when there are many compilations per initialized LLVM instance (e.g. JIT).

Diff Detail

Repository
rL LLVM

Event Timeline

fedor.sergeev created this revision.Aug 6 2019, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2019, 7:09 AM
Herald added a subscriber: hiraditya. · View Herald Transcript

add parameter to MemoryDependenceAnalysis constructor, clang-format

fedor.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
asbirlea accepted this revision.Aug 7 2019, 1:20 PM

lgtm.

This revision is now accepted and ready to land.Aug 7 2019, 1:20 PM
This revision was automatically updated to reflect the committed changes.