diff options
author | Philip Reames <preames@rivosinc.com> | 2024-02-05 14:24:02 -0800 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2024-02-05 14:30:10 -0800 |
commit | e722d9662dd8cdd3be9e434b057593e97a7d4417 (patch) | |
tree | dcc235916bc4513e1a48a2924bd0fd739598fbd6 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 6b42625b1f983f6aafb9f4fe2953970c73963603 (diff) | |
download | llvm-e722d9662dd8cdd3be9e434b057593e97a7d4417.zip llvm-e722d9662dd8cdd3be9e434b057593e97a7d4417.tar.gz llvm-e722d9662dd8cdd3be9e434b057593e97a7d4417.tar.bz2 |
[DAG] Avoid a crash when checking size of scalable type in visitANDLike
Fixes https://github.com/llvm/llvm-project/issues/80744. This transform
doesn't handled vectors at all, The fixed length ones pass the first
check, but would fail the constant operand checks which immediate follow.
This patch takes the simplest approach, and just guards the transform
for scalar integers.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions