diff options
author | John Brawn <john.brawn@arm.com> | 2017-04-20 10:13:54 +0000 |
---|---|---|
committer | John Brawn <john.brawn@arm.com> | 2017-04-20 10:13:54 +0000 |
commit | 5ca5daa6b936bc457b928f3f3d47c7def8b5f706 (patch) | |
tree | 65158e16620dce1bb045bdd7b8022bb01b8f3c3d /lldb/packages/Python/lldbsuite/test/lang/cpp/class_static | |
parent | e93970c55d411a7656eb4f6009d7ae7d4adc3bcd (diff) | |
download | bcm5719-llvm-5ca5daa6b936bc457b928f3f3d47c7def8b5f706.tar.gz bcm5719-llvm-5ca5daa6b936bc457b928f3f3d47c7def8b5f706.zip |
[AArch64] Fix handling of zero immediate in fmov instructions
Currently fmov #0 with a vector destination is handle incorrectly and results in
fmov #-1.9375 being emitted but should instead give an error. This is due to the
way we cope with fmov #0 with a scalar destination being an alias of fmov zr, so
fix this by actually doing it through an alias.
Differential Revision: https://reviews.llvm.org/D31949
llvm-svn: 300830
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/class_static')
0 files changed, 0 insertions, 0 deletions