[PATCH] D29977: AssumptionCache: Update documentation comment.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 19:02:10 PST 2017
hfinkel added inline comments.
================
Comment at: llvm/include/llvm/Analysis/AssumptionCache.h:35
+/// them and amortizing the cost of scanning for them across all queries. Passes
+/// that use the assumption cache are required to call registerAssumption() to
+/// register any new @llvm.assume calls that they create. Deletions of
----------------
This should just read, "passes that create new assumption are required to...".
https://reviews.llvm.org/D29977
More information about the llvm-commits
mailing list