[PATCH] D77402: [AssumeBundles] adapt Assumption cache to assume bundles

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 03:42:39 PDT 2020


Tyker updated this revision to Diff 256760.
Tyker marked an inline comment as done.
Tyker added a comment.

replaced std::pair<Value *, unsigned> with ResultElem


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77402/new/

https://reviews.llvm.org/D77402

Files:
  llvm/include/llvm/Analysis/AssumptionCache.h
  llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
  llvm/lib/Analysis/AssumptionCache.cpp
  llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/unittests/Analysis/AssumeBundleQueriesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77402.256760.patch
Type: text/x-patch
Size: 16519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200411/7974feb5/attachment.bin>


More information about the llvm-commits mailing list