adams381 wrote: @efriedma-quic In #201717 CIR began emitting an `Indirect` argument with `ByVal == true` as `llvm.byval` and one with `ByVal == false` as `llvm.byref`. This patch uses that convention to forward an argument out of the calling function's own `ByVal == false` parameter as a pointer, without copying the parameter.
https://github.com/llvm/llvm-project/pull/221057 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
