aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorPhilip Reames <preames@rivosinc.com>2024-02-05 14:24:02 -0800
committerPhilip Reames <listmail@philipreames.com>2024-02-05 14:30:10 -0800
commite722d9662dd8cdd3be9e434b057593e97a7d4417 (patch)
treedcc235916bc4513e1a48a2924bd0fd739598fbd6 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent6b42625b1f983f6aafb9f4fe2953970c73963603 (diff)
downloadllvm-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