[PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 18:44:06 PDT 2015


Thank you!

On Fri, Oct 2, 2015 at 5:54 PM, NAKAMURA Takumi <geek4civic at gmail.com>
wrote:

> chapuni added a subscriber: chapuni.
>
> ================
> Comment at: test/CodeGenCXX/strict-vtable-pointers.cpp:145
> @@ +144,3 @@
> +// CHECK-CTORS: %[[THIS3:.*]] = bitcast i8* %[[THIS2]] to
> %[[DynamicDerived]]*
> +// CHECK-CTORS: %[[THIS4:.*]] = bitcast %[[DynamicDerived]]* %2 to
> %[[DynamicBase:.*]]*
> +// CHECK-CTORS: call void @_ZN12DynamicBase1C2Ev(%[[DynamicBase]]*
> %[[THIS4]])
> ----------------
> You missed "%2" (should be THIS3). Fixed in r249223.
>
>
> http://reviews.llvm.org/D13373
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151002/5e6b54e5/attachment.html>


More information about the cfe-commits mailing list