diff options
author | Nikita Popov <npopov@redhat.com> | 2024-12-02 10:18:05 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-12-02 10:21:09 +0100 |
commit | 7a7a426188eea0b181738436205759e13ad6fd7b (patch) | |
tree | 1c7a290c55d6c3664219520f8391f806c5e7c58e /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | 51003076ebc1ccc0cf339f9d96b2cfec84ab867c (diff) | |
download | llvm-7a7a426188eea0b181738436205759e13ad6fd7b.zip llvm-7a7a426188eea0b181738436205759e13ad6fd7b.tar.gz llvm-7a7a426188eea0b181738436205759e13ad6fd7b.tar.bz2 |
[LVI] Fix insertelement of constexpr
Bail out when evaluating an insertelement of a constant expression.
Unlike other ValueLattice kinds, these don't have implicit splat
semantics and we end up with type mismatches. If we actually wanted
to handle these, we should actually evaluate the insertion via
constant folding. I'm not bothering with that, as these should
get constant folded on construction already.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions