[all-commits] [llvm/llvm-project] ae2732: [clang][Interp] Classify ArrayInitIndexExpr type
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Oct 14 02:11:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae27323428ff9666b1c4cf32e0ea928681ce778e
https://github.com/llvm/llvm-project/commit/ae27323428ff9666b1c4cf32e0ea928681ce778e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp] Classify ArrayInitIndexExpr type
We can't just push a uint64 unconditionally here, since on 32bit arches
we later expect a different type, e.g. uint32.
This broke e.g. these builders:
https://lab.llvm.org/buildbot#builders/171/builds/21514
https://lab.llvm.org/buildbot#builders/38/builds/6643
More information about the All-commits
mailing list