+19
−1
+20
−0
clang/test/CodeGen/lifetime-call-temp.c
0 → 100644
+83
−0
Loading
These temporaries are only used in the callee, and their memory can be reused after the call is complete. rdar://58552124 Differential revision: https://reviews.llvm.org/D74094