aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorSjoerd Meijer <smeijer@nvidia.com>2024-08-21 15:27:09 +0100
committerGitHub <noreply@github.com>2024-08-21 15:27:09 +0100
commit70e8c982d0589b1a56faf0768b45596c2da3a510 (patch)
tree575e49765c7b8cc86199977b09b11d651e1ce8ae /lldb/source/Plugins/ScriptInterpreter/Python
parent5ddc79b093f2afaaf2c69d20d7d44448da04458a (diff)
downloadllvm-70e8c982d0589b1a56faf0768b45596c2da3a510.zip
llvm-70e8c982d0589b1a56faf0768b45596c2da3a510.tar.gz
llvm-70e8c982d0589b1a56faf0768b45596c2da3a510.tar.bz2
[AArch64] Bail out for scalable vecs in areExtractShuffleVectors (#105484)
The added test triggers the following assert in `areExtractShuffleVectors` that is called from `shouldSinkOperands`: Assertion `(!isScalable() || isZero()) && "Request for a fixed element count on a scalable object"' failed. I don't think scalable types can be extract shuffles, so bail early if this is the case.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions