diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-03-20 21:43:40 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-03-20 21:43:40 +0000 |
commit | 4106917355e8cb5cdbebf5b0022ead736098cafc (patch) | |
tree | dff04f0491fe3c052e5a2e05da4135ab2dd23b73 /llvm/test/CodeGen/ARM/select_xform.ll | |
parent | cd79a49f37a0603635a823149d4708ecfc611920 (diff) | |
download | bcm5719-llvm-4106917355e8cb5cdbebf5b0022ead736098cafc.tar.gz bcm5719-llvm-4106917355e8cb5cdbebf5b0022ead736098cafc.zip |
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
vextractf128 with 128-bit mem dest.
Combines
vextractf128 $0, %ymm0, %xmm0
vmovaps %xmm0, (%rdi)
to
vextractf128 $0, %ymm0, (%rdi)
rdar://11082570
llvm-svn: 153139
Diffstat (limited to 'llvm/test/CodeGen/ARM/select_xform.ll')
0 files changed, 0 insertions, 0 deletions