diff options
author | Kang Zhang <shkzhang@cn.ibm.com> | 2020-07-29 16:39:27 +0000 |
---|---|---|
committer | Kang Zhang <shkzhang@cn.ibm.com> | 2020-07-29 16:39:27 +0000 |
commit | 802c043078ad653aca131648a130b59f041df0b5 (patch) | |
tree | 819be2970ce8cffad5be470e47c3888fe61c5fcc /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 31342eb63e93ae1f453fe61924bd2c1f134dd1c0 (diff) | |
download | llvm-802c043078ad653aca131648a130b59f041df0b5.zip llvm-802c043078ad653aca131648a130b59f041df0b5.tar.gz llvm-802c043078ad653aca131648a130b59f041df0b5.tar.bz2 |
[PowerPC] Set v1i128 to expand for SETCC to avoid crash
Summary:
PPC only supports the instruction selection for v16i8, v8i16, v4i32,
v2i64, v4f32 and v2f64 for ISD::SETCC, don't support the v1i128, so
v1i128 for ISD::SETCC will crash.
This patch is to set v1i128 to expand to avoid crash.
Reviewed By: steven.zhang
Differential Revision: https://reviews.llvm.org/D84238
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions