[clang] [clang] Fix a crash from nested ArrayInitLoopExpr (PR #67722)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 29 05:49:24 PDT 2023
================
@@ -352,10 +352,6 @@ namespace ZeroInit {
}
namespace ArrayInitLoop {
- /// FIXME: The ArrayInitLoop for the decomposition initializer in g() has
- /// f(n) as its CommonExpr. We need to evaluate that exactly once and not
- /// N times as we do right now.
----------------
isuckatcs wrote:
Oh, right, `Interp` still misevaluates it.
https://github.com/llvm/llvm-project/pull/67722
More information about the cfe-commits
mailing list