Michael Zolotukhin
|
5dc466b863
|
[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
llvm-svn: 216549
|
2014-08-27 15:01:18 +00:00 |
Joerg Sonnenberger
|
cb5674b9c2
|
Revert r210342 and r210343, add test case for the crasher.
PR 20642.
llvm-svn: 216475
|
2014-08-26 19:06:41 +00:00 |
Michael Zolotukhin
|
07ee478829
|
Fix typo in a test from r210342.
llvm-svn: 210343
|
2014-06-06 15:49:47 +00:00 |
Michael Zolotukhin
|
1c51612d42
|
[SLP] Enable vectorization of GEP expressions.
The use cases look like the following:
x->a = y->a + 10
x->b = y->b + 12
llvm-svn: 210342
|
2014-06-06 15:34:24 +00:00 |