[PATCH] D151572: [clang][ConstantEmitter] have tryEmitPrivate try ConstExprEmitter fast-path first

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 26 11:13:02 PDT 2023


efriedma added a comment.

Did you intentionally skip moving the ConstExprEmitter call in tryEmitPrivateForVarInit?  (VarDecl::evaluateValue calls the constant evaluator.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151572



More information about the cfe-commits mailing list