ahatanak added a comment.

`VarDecl` has a bit (`EscapingByref`) that indicates whether the `__block` 
variable is captured by an escaping block. Can that information be used to 
avoid pre-moving to the heap?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89903

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D89903: [CodeGen] C... Akira Hatanaka via Phabricator via cfe-commits

Reply via email to