diff options
author | David Green <david.green@arm.com> | 2021-02-08 11:34:55 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2021-02-08 11:34:55 +0000 |
commit | 11e415dc908ef66d656366e6b3fe854f68b6e38d (patch) | |
tree | edf4733baeeeda88fe87f89269454afd8e7f9adb /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 05433a8d034fe7abee2a501e86bac6e9efb4f5fe (diff) | |
download | llvm-11e415dc908ef66d656366e6b3fe854f68b6e38d.zip llvm-11e415dc908ef66d656366e6b3fe854f68b6e38d.tar.gz llvm-11e415dc908ef66d656366e6b3fe854f68b6e38d.tar.bz2 |
[ARM] Make v2f64 scalar_to_vector legal
Because we mark all operations as expand for v2f64, scalar_to_vector
would end up lowering through a stack store/reload. But it is pretty
simple to implement, only inserting a D reg into an undef vector. This
helps clear up some inefficient codegen from soft calling conventions.
Differential Revision: https://reviews.llvm.org/D96153
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions