[PATCH] D145369: Emit const globals with constexpr destructor as constant LLVM values

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 09:27:11 PDT 2023


efriedma added a comment.

There appear to be 8 different places that call `isTypeConstant(Ty, true)`; I'd like to see testcases for all of them if it's relevant.  (I agree with your assessment for global variables, but not sure about the other places.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145369



More information about the cfe-commits mailing list