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 754913c commit 4ce3f0eCopy full SHA for 4ce3f0e
llvm/lib/Analysis/LoopInfo.cpp
@@ -60,6 +60,8 @@ static cl::opt<bool, true>
60
61
bool Loop::isLoopInvariant(const Value *V) const {
62
if (const Instruction *I = dyn_cast<Instruction>(V)) {
63
+ // FIXME: this is semantically inconsistent. We're tracking a proper fix in
64
+ // issue #149604.
65
// If V is a pointer to stack object and F is a coroutine function, then V
66
// may not be loop invariant because the ramp function and resume function
67
// have different stack frames.
0 commit comments