[PATCH] D67941: Invalidate assumption cache before outlining.

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 06:56:10 PDT 2019


hiraditya updated this revision to Diff 222601.
hiraditya edited the summary of this revision.
hiraditya added a comment.

Fixed a bug in assumption cache where the AssumeVH wasn't getting cleared.


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

https://reviews.llvm.org/D67941

Files:
  llvm/include/llvm/Transforms/Utils/CodeExtractor.h
  llvm/lib/Analysis/AssumptionCache.cpp
  llvm/lib/Transforms/IPO/HotColdSplitting.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Transforms/HotColdSplit/assumption-cache-invalidation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67941.222601.patch
Type: text/x-patch
Size: 4504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191001/60bff55a/attachment.bin>


More information about the llvm-commits mailing list