[PATCH] D74094: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas
Francis Visoiu Mistrih via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 11:31:00 PST 2020
thegameg added inline comments.
================
Comment at: clang/lib/CodeGen/CGCall.cpp:3687
- args.add(EmitAnyExprToTemp(E), type);
}
----------------
Is there any other use of `EmitAnyExprToTemp` that can benefit from this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74094/new/
https://reviews.llvm.org/D74094
More information about the cfe-commits
mailing list