diff options
author | David Green <david.green@arm.com> | 2024-01-28 15:42:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 15:42:36 +0000 |
commit | f297d0bc6d5c9ca8db704b65fd0946ef2e9610ff (patch) | |
tree | 59678381d8cbcd0d52fa556bf28fb152ff8ce023 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 916bd7d3bb42627f52e2f8ed2f87e08db4960a72 (diff) | |
download | llvm-f297d0bc6d5c9ca8db704b65fd0946ef2e9610ff.zip llvm-f297d0bc6d5c9ca8db704b65fd0946ef2e9610ff.tar.gz llvm-f297d0bc6d5c9ca8db704b65fd0946ef2e9610ff.tar.bz2 |
[AArch64][GlobalISel] More FCmp legalization. (#78734)
This fills out the fcmp handling to be more like the other instructions,
adding better support for fp16 and some larger vectors.
Select of f16 values is still not handled optimally in places as the
select is only legal for s32 values, not s16. This would be correct for
integer but not necessarily for fp. It is as if we need to do
legalization -> regbankselect -> extra legaliation -> selection.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions