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

Sergey Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 16:15:36 PST 2019


sdmitriev updated this revision to Diff 185662.
sdmitriev added a comment.

Removed unrelated change (lib/Transforms/IPO/PartialInlining.cpp, line 184) from the patch.


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.185662.patch
Type: text/x-patch
Size: 17893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/4b036d8e/attachment.bin>


More information about the llvm-commits mailing list