Andrea Di Biagio c0edcf7de8 [X86] Improved target combine rules for selecting horizontal add/sub.
This patch slightly changes the algorithm introduced at revision 210477
to fix a problem where the algorithm was producing incorrect code for 
the VEX.256 encoded versions of horizontal add/sub.

For these cases, we now try to split the two 256-bit vectors into
128-bit chunks before emitting horizontal add/sub dag nodes.

Added a new test case into haddsub-2.ll.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210545 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-10 16:42:57 +00:00
..
2014-06-09 22:42:55 +00:00
2014-02-16 07:31:05 +00:00
2014-05-31 00:52:23 +00:00
2014-05-31 00:52:23 +00:00
2014-05-19 19:45:57 +00:00
2014-01-16 06:31:20 +00:00
2014-01-24 17:20:08 +00:00
2014-04-19 13:47:43 +00:00
2014-05-05 16:47:07 +00:00
2014-05-26 04:08:51 +00:00
2014-05-23 19:06:44 +00:00
2014-01-24 17:20:08 +00:00
2014-05-06 01:20:42 +00:00
2014-03-21 00:30:24 +00:00
2014-02-25 20:01:08 +00:00
2014-01-24 17:20:08 +00:00
2014-05-31 00:52:23 +00:00
2014-05-20 17:40:03 +00:00
2014-01-11 21:06:00 +00:00
2014-02-28 18:44:39 +00:00
2014-02-16 07:31:05 +00:00
2014-06-07 21:23:09 +00:00