diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2015-12-21 18:31:25 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2015-12-21 18:31:25 +0000 |
commit | 11c4de6054501a4efa39583d0778ca7ad09fd6d5 (patch) | |
tree | db06e9abfd116297dfaae229396a07fe13b7ca14 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | eb65e912aaa0cb0bb7adf138495f3e25fb2ecdf6 (diff) | |
download | bcm5719-llvm-11c4de6054501a4efa39583d0778ca7ad09fd6d5.tar.gz bcm5719-llvm-11c4de6054501a4efa39583d0778ca7ad09fd6d5.zip |
[AArch64] Add additional extract-extend patterns for smov
This patch adds to the target description two additional patterns for matching
extract-extend operations to SMOV. The patterns catch the v16i8-to-i64 and
v8i16-to-i64 cases. The existing patterns miss these cases because the
extracted elements must first be legalized to i32, resulting in any_extend
nodes.
This was originally implemented as a DAG combine (r255895), but was reverted
due to failing out-of-tree tests.
llvm-svn: 256176
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions