[PATCH] D86207: (De-)serialize BindingDecls before DecompositionDecl

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 17:26:42 PDT 2020


aaronpuchert added a comment.

Everything compiles with `ValueDecl* Decomp` instead of a `LazyDeclPtr`, but I'll leave it until we figure out whether we might actually need it.

Maybe we want to store the decomposition for a binding, just like we store the bindings for a decomposition. Although it's not clear if lazy-loading is actually helpful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86207



More information about the cfe-commits mailing list