[PATCH] D67941: Invalidate assumption cache before outlining.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 29 14:42:42 PDT 2019


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/CodeExtractor.cpp:1569
+  if (AC)
+    LLVM_DEBUG(if (verifyAssumptionCache(*oldFunction, AC))
+               report_fatal_error("Stale Asumption cache for old Function!"));
----------------
Can we just use `AC->verifyAnalysis()`?


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

https://reviews.llvm.org/D67941





More information about the llvm-commits mailing list