[PATCH] D63371: Rewrite ConstStructBuilder with a mechanism that can cope with splitting and updating constants.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 13:17:51 PDT 2019
efriedma added inline comments.
================
Comment at: lib/CodeGen/CGExprConstant.cpp:967
// Constant folding is currently missing support for a few features supported
// here: CK_ToUnion, CK_ReinterpretMemberPointer, and DesignatedInitUpdateExpr.
class ConstExprEmitter :
----------------
Like the comment here says, we're awfully close to being able to just completely kill off ConstExprEmitter etc. Do we really want to continue to invest effort into this code?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63371/new/
https://reviews.llvm.org/D63371
More information about the cfe-commits
mailing list