[PATCH] D76396: Allow immediate invocation of constructors

Tyker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 02:39:33 PDT 2020


Tyker added a comment.

thanks for the the patch, but I have already a patch aiming to do the same thing. D74007 <https://reviews.llvm.org/D74007>

> Provide improvements which allow the cached values of ConstantExpr to be used by both the constant evaluator and code gen

this is definitely something we should do.

> Update the application of evaluation contexts, using the stronger guarantees of manifest constant evaluation to apply the ConstantEvaluated evaluation context in more places

the tracking of evaluation context isn't as good as it could/should.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76396





More information about the cfe-commits mailing list