We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266ef08 commit 5613b25Copy full SHA for 5613b25
llvm/lib/Transforms/Yk/ControlPoint.cpp
@@ -89,6 +89,9 @@ CallInst *findControlPointCall(Module &M) {
89
}
90
91
/// Extract all live variables that need to be passed into the control point.
92
+///
93
+/// YKFIXME: This currently computes an over-approximation of what's live.
94
+/// https://github.com/ykjit/yk/issues/515
95
std::vector<Value *> getLiveVars(DominatorTree &DT, CallInst *OldCtrlPoint) {
96
std::vector<Value *> Vec;
97
Function *Func = OldCtrlPoint->getFunction();
0 commit comments