Files
llvm-6502/test/CodeGen/X86
Sanjay Patel c94f9d3d2f Merge vector stores into wider vector stores (PR21711)
This patch resolves part of PR21711 ( http://llvm.org/bugs/show_bug.cgi?id=21711 ).

The 'f3' test case in that report presents a situation where we have two 128-bit
stores extracted from a 256-bit source vector. 

Instead of producing this:

vmovaps %xmm0, (%rdi)
vextractf128    $1, %ymm0, 16(%rdi)

This patch merges the 128-bit stores into a single 256-bit store:

vmovups %ymm0, (%rdi)

Differential Revision: http://reviews.llvm.org/D7208



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227242 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-27 20:50:27 +00:00
..
2014-12-15 22:34:58 +00:00
2015-01-10 23:41:24 +00:00
2015-01-26 21:28:32 +00:00
2015-01-26 21:28:32 +00:00
2014-12-16 20:15:45 +00:00
2015-01-19 15:16:06 +00:00
2015-01-19 15:16:06 +00:00
2015-01-19 15:16:06 +00:00
2015-01-08 07:57:27 +00:00
2015-01-19 15:16:06 +00:00
2015-01-11 07:29:51 +00:00
2015-01-22 22:19:58 +00:00
2015-01-26 21:28:32 +00:00
2015-01-26 21:28:32 +00:00
2015-01-26 21:28:32 +00:00
2014-12-16 20:15:45 +00:00
2015-01-26 21:28:32 +00:00