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 8857deb commit 4cfadfaCopy full SHA for 4cfadfa
lib/IRGen/IRGenSIL.cpp
@@ -406,6 +406,9 @@ class IRGenSILFunction :
406
llvm::SmallVector<llvm::BasicBlock *, 8> FailBBs;
407
408
SILFunction *CurSILFn;
409
+ // If valid, the address by means of which a return--which is direct in
410
+ // SIL--is passed indirectly in IR. Such indirection is necessary when the
411
+ // value which would be returned directly cannot fit into registers.
412
Address IndirectReturn;
413
414
/// The unique block that calls @llvm.coro.end.
0 commit comments