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 44a6e00 commit d509972Copy full SHA for d509972
llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
@@ -410,6 +410,7 @@ bool SPIRVPrepareFunctions::substituteIntrinsicCalls(Function *F) {
410
II, Intrinsic::SPVIntrinsics::spv_lifetime_start, {1});
411
} else {
412
II->eraseFromParent();
413
+ Changed = true;
414
}
415
break;
416
case Intrinsic::lifetime_end:
@@ -418,6 +419,7 @@ bool SPIRVPrepareFunctions::substituteIntrinsicCalls(Function *F) {
418
419
II, Intrinsic::SPVIntrinsics::spv_lifetime_end, {1});
420
421
422
423
424
425
case Intrinsic::ptr_annotation:
0 commit comments