diff options
author | David Green <david.green@arm.com> | 2020-03-24 08:47:50 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2020-03-24 08:48:52 +0000 |
commit | 1232cfa385c15ef768381483d9cbd575380bc054 (patch) | |
tree | eb23618da79b09061b727956a2e8ebe9d9a6d89a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
parent | 94cacebccadf1e0821bdab6983d9f5251f73eab0 (diff) | |
download | llvm-1232cfa385c15ef768381483d9cbd575380bc054.zip llvm-1232cfa385c15ef768381483d9cbd575380bc054.tar.gz llvm-1232cfa385c15ef768381483d9cbd575380bc054.tar.bz2 |
[ARM] Don't split trunc stores that can be better handled as VMOVN
We deliberately split stores of the form
store(truncate(larger-than-legal-type)) into two stores, allowing each
store to perform part of the truncate for free.
There are times however where it makes more sense to use VMOVN to
de-interlace the results back into a single vector, and store that in
one go. This adds a check for that situation, not splitting the store if
it looks like a VMOVN can be more useful.
Differential Revision: https://reviews.llvm.org/D76511
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions