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 f23d2ee commit 13cd725Copy full SHA for 13cd725
llvm/lib/Transforms/Coroutines/SpillUtils.cpp
@@ -264,11 +264,6 @@ struct AllocaUseVisitor : PtrUseVisitor<AllocaUseVisitor> {
264
}
265
266
void visitIntrinsicInst(IntrinsicInst &II) {
267
- // When we found the lifetime markers refers to a
268
- // subrange of the original alloca, ignore the lifetime
269
- // markers to avoid misleading the analysis.
270
- if (!IsOffsetKnown || !Offset.isZero())
271
- return Base::visitIntrinsicInst(II);
272
switch (II.getIntrinsicID()) {
273
default:
274
return Base::visitIntrinsicInst(II);
0 commit comments