[llvm] r246722 - [RewriteStatepointsForGC] Delete stale comment [NFC]
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 15:35:42 PDT 2015
Author: reames
Date: Wed Sep 2 17:35:42 2015
New Revision: 246722
URL: http://llvm.org/viewvc/llvm-project?rev=246722&view=rev
Log:
[RewriteStatepointsForGC] Delete stale comment [NFC]
Modified:
llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp?rev=246722&r1=246721&r2=246722&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp Wed Sep 2 17:35:42 2015
@@ -778,9 +778,6 @@ static Value *findBasePointer(Value *I,
}
#endif
- // TODO: come back and revisit the state transitions around inputs which
- // have reached conflict state. The current version seems too conservative.
-
// Return a phi state for a base defining value. We'll generate a new
// base state for known bases and expect to find a cached state otherwise.
auto getStateForBDV = [&](Value *baseValue) {
More information about the llvm-commits
mailing list