diff options
author | Kerry McLaughlin <kerry.mclaughlin@arm.com> | 2021-10-01 09:43:27 +0100 |
---|---|---|
committer | Kerry McLaughlin <kerry.mclaughlin@arm.com> | 2021-10-01 10:56:44 +0100 |
commit | c1d46d34619bea0d9906874baafb5218e15e3b2a (patch) | |
tree | 38f3e798df16d35ddb76adf04b95526e323cb329 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 57fbb9ed0e4c9717b1106ce18f5653ce8f7136fa (diff) | |
download | llvm-c1d46d34619bea0d9906874baafb5218e15e3b2a.zip llvm-c1d46d34619bea0d9906874baafb5218e15e3b2a.tar.gz llvm-c1d46d34619bea0d9906874baafb5218e15e3b2a.tar.bz2 |
[SLPVectorizer] Fix crash in isShuffle with scalable vectors
D104809 changed `buildTree_rec` to check for extract element instructions
with scalable types. However, if the extract is extended or truncated,
these changes do not apply and we assert later on in isShuffle(), which
attempts to cast the type of the extract to FixedVectorType.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D110640
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions