diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2024-08-30 10:17:31 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2024-08-30 10:19:27 -0700 |
commit | a4aa6bc8fc2130761b8db5db4748059127662785 (patch) | |
tree | 2aabd3de99ba7814e73392ae4da7e8cecdb31105 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 5500e21942f7047344b6fee62d3e08c0ba2f9182 (diff) | |
download | llvm-a4aa6bc8fc2130761b8db5db4748059127662785.zip llvm-a4aa6bc8fc2130761b8db5db4748059127662785.tar.gz llvm-a4aa6bc8fc2130761b8db5db4748059127662785.tar.bz2 |
[SLP]Fix PR106667: carefully look for operand nodes.
If the operand node has the same scalars as one of the vectorized nodes,
the compiler could miss this and incorrectly request minbitwidth data
for the wrong node. It may lead to a compiler crash, because the
vectorized node might have different minbw result.
Fixes https://github.com/llvm/llvm-project/issues/106667
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions