[PATCH] D136022: [clang] Add time profile for constant evaluation

Trass3r via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 10:04:43 PDT 2022


Trass3r added a comment.

Thanks for this!
When I experimented <https://github.com/Trass3r/llvm-project/commit/771cf153becfb9e51926df6a40a8149e72ee1682> with this for #42754 <https://github.com/llvm/llvm-project/issues/42754> I also came across functions like
Expr::isConstantInitializer
ExprConstant.cpp HandleFunctionCall/HandleConstructorCall
ByteCodeEmitter::compileFunc

Worth checking out if these are already covered or potentially useful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136022



More information about the cfe-commits mailing list