The allocas going out of scope are immediately killed by the return
instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D3630
Don't insert lifetime.end markers between a musttail call and ret ClosedPublic Authored by rnk on May 6 2014, 2:00 PM.
Details Summary The allocas going out of scope are immediately killed by the return
Diff Detail
Revision Contents
Diff 9565 llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
llvm/trunk/test/Transforms/Inline/inline-tail.ll
|