baloghadamsoftware added a comment.

In D77229#1966711 <https://reviews.llvm.org/D77229#1966711>, 
@baloghadamsoftware wrote:

> Any idea for `LazyCompoundVal` parameters of functions not inlined?


OK, I can reach them from the `ConstructionContext` of the arguments. However, 
they are temporaries and for some strange reason not alive which means that 
`checkDeadSymbols()` removes the iterator positions associated to them before 
the `postCall()` of the call itself. How to correctly prolong their lives until 
the end of the `postCall()`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77229/new/

https://reviews.llvm.org/D77229



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to