[PATCH] D33797: [coroutines] Fix rebuilding of dependent coroutine parameters
Gor Nishanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 2 14:11:42 PDT 2017
GorNishanov added inline comments.
================
Comment at: test/CodeGenCoroutines/coro-params.cpp:103
+ // CHECK: call i8* @llvm.coro.begin
+ // CHECK-NEXT: call void @_ZN1AC1EOS_(%struct.A* %x1, %struct.A* dereferenceable(512) %x)
+ // CHECK-NEXT: call void @_ZNSt12experimental16coroutine_traitsIJv1AEE12promise_typeC1Ev
----------------
use %[[x_copy]] instead of %x1 here
https://reviews.llvm.org/D33797
More information about the cfe-commits
mailing list