[PATCH] D57215: [CodeExtractor] Clear function's assumption cache after extracting blocks from it
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 19:03:08 PST 2019
hfinkel added inline comments.
================
Comment at: lib/Transforms/Utils/CodeExtractor.cpp:1422
+ if (AC)
+ AC->clear();
+
----------------
Can we clear here less than everything?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57215/new/
https://reviews.llvm.org/D57215
More information about the llvm-commits
mailing list