[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:06:24 PST 2019


sdmitriev marked an inline comment as done.
sdmitriev added inline comments.


================
Comment at: lib/Transforms/Utils/CodeExtractor.cpp:1422
+  if (AC)
+    AC->clear();
+
----------------
hfinkel wrote:
> Can we clear here less than everything?
I have updated 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





More information about the llvm-commits mailing list