diff options
author | David Green <david.green@arm.com> | 2022-05-16 11:08:47 +0100 |
---|---|---|
committer | David Green <david.green@arm.com> | 2022-05-16 11:08:47 +0100 |
commit | 4c3e51ecfa3337be2d091392d6174449aeb35aa3 (patch) | |
tree | f6b279289fe9bd359b2699bec9f45d07a1217c1c /lldb/source/Commands/CommandObjectScript.cpp | |
parent | 8903dbef8ff675e0529ee83ab8c5191ba466e380 (diff) | |
download | llvm-4c3e51ecfa3337be2d091392d6174449aeb35aa3.zip llvm-4c3e51ecfa3337be2d091392d6174449aeb35aa3.tar.gz llvm-4c3e51ecfa3337be2d091392d6174449aeb35aa3.tar.bz2 |
[AArch64] Handle 64bit vectors in tryCombineFixedPointConvert
Under some situations we can visit 64bit vector extract elements in
tryCombineFixedPointConvert, where an assert fires as they are expected
to have been converted to 128bit. Turn the assert into an if statement,
bailing out and letting the extract be handled first.
Also invert some ifs, using early exits to reduce indentation.
Fixes #55417
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions