[PATCH] D67941: Invalidate assumption cache before outlining.

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 05:39:14 PDT 2019


hiraditya added a comment.

With D67936 <https://reviews.llvm.org/D67936>, it wont assert anymore (with hot-cold-split). That was a quick fix but the real bug is in the CodeExtractor. let me add a revert of that patch in here as well. Because with this patch we wont need D67936 <https://reviews.llvm.org/D67936>.


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

https://reviews.llvm.org/D67941





More information about the llvm-commits mailing list