barannikov88 accepted this revision.
barannikov88 added a comment.

This needs to be rebased, there will be conflicts with 992cb984 
<https://reviews.llvm.org/rG992cb98462abb7630e87003516b75b241628f64c>.



================
Comment at: clang/lib/CodeGen/CGBlocks.cpp:1264
 
-    addr = Builder.CreateElementBitCast(addr, byrefInfo.Type, "byref.addr");
+    addr = addr.withElementType(byrefInfo.Type);
 
----------------
Can this be merged with the previous line?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153196/new/

https://reviews.llvm.org/D153196

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to