diff options
| author | Sjoerd Meijer <smeijer@nvidia.com> | 2024-08-21 15:27:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 15:27:09 +0100 |
| commit | 70e8c982d0589b1a56faf0768b45596c2da3a510 (patch) | |
| tree | 575e49765c7b8cc86199977b09b11d651e1ce8ae /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
| parent | 5ddc79b093f2afaaf2c69d20d7d44448da04458a (diff) | |
| download | llvm-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/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
