forked from OSchip/llvm-project
e03a25da70
This patch adds support to recognize patterns such as fadd,fsub,fadd,fsub.../add,sub,add,sub... and vectorizes them as vector shuffles if they are profitable. These patterns of vector shuffle can later be converted to instructions such as addsubpd etc on X86. Thanks to Arnold and Hal for the reviews. http://reviews.llvm.org/D4015 llvm-svn: 211339 |
||
---|---|---|
.. | ||
AArch64 | ||
ARM | ||
R600 | ||
X86 | ||
XCore |