[PATCH] D57215: [CodeExtractor] Update function's assumption cache after extracting blocks from it

Sergey Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 12:02:35 PST 2019


sdmitriev updated this revision to Diff 185839.
sdmitriev retitled this revision from "[CodeExtractor] Clear function's assumption cache after extracting blocks from it" to "[CodeExtractor] Update function's assumption cache after extracting blocks from it".
sdmitriev edited the summary of this revision.
sdmitriev added a comment.

Revised changes to remove extracted llvm.assume calls from the old function's assumption cache instead of clearing it.


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

https://reviews.llvm.org/D57215

Files:
  include/llvm/Analysis/AssumptionCache.h
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Analysis/AssumptionCache.cpp
  lib/Transforms/IPO/HotColdSplitting.cpp
  lib/Transforms/IPO/LoopExtractor.cpp
  lib/Transforms/IPO/PartialInlining.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/CodeExtractor/extract-assume.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57215.185839.patch
Type: text/x-patch
Size: 20095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/0e7a74b5/attachment.bin>


More information about the llvm-commits mailing list