diff options
author | Oliver Stannard <oliver.stannard@arm.com> | 2019-03-05 10:42:34 +0000 |
---|---|---|
committer | Oliver Stannard <oliver.stannard@arm.com> | 2019-03-05 10:42:34 +0000 |
commit | 4a9086b537371627252832eb4ce56065c220a787 (patch) | |
tree | 0a11fafc301cdd0ba9441cf5f1b0d3c6df559f4d /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 81eec58a0d55acde898e861ad99a6b329c364764 (diff) | |
download | bcm5719-llvm-4a9086b537371627252832eb4ce56065c220a787.tar.gz bcm5719-llvm-4a9086b537371627252832eb4ce56065c220a787.zip |
[ARM] Fix select_cc lowering for fp16
When lowering a select_cc node where the true and false values are of type f16,
we can't use a general conditional move because the FP16 instructions do not
support conditional execution. Instead, we must ensure that the condition code
is one of the four supported by the VSEL instruction.
Differential revision: https://reviews.llvm.org/D58813
llvm-svn: 355385
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions