[PATCH] D59788: [MemDepAnalysis] Allow caller to pass in an OrderedBasicBlock.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 11:19:21 PDT 2019


fhahn created this revision.
fhahn added reviewers: efriedma, rnk, hfinkel.
Herald added subscribers: jdoerfert, hiraditya.
Herald added a project: LLVM.

If the caller can preserve the OBB, we can avoid recomputing the order
for each getDependency call.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59788

Files:
  llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59788.192165.patch
Type: text/x-patch
Size: 5795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190325/c025915f/attachment.bin>


More information about the llvm-commits mailing list