[all-commits] [llvm/llvm-project] 368f7e: [Attributor] Propagate known information from `che...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sun Feb 2 21:58:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 368f7ee7a57a75c5e87b45f11260e1e28bd5eda8
https://github.com/llvm/llvm-project/commit/368f7ee7a57a75c5e87b45f11260e1e28bd5eda8
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-02 (Sun, 02 Feb 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor] Propagate known information from `checkForAllCallSites`
If we know that all call sites have been processed we can derive an
early fixpoint. The use in this patch is likely not to trigger right now
but a follow up patch will make use of it.
Reviewed By: uenoku, baziotis
Differential Revision: https://reviews.llvm.org/D72016
More information about the All-commits
mailing list