diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-09-30 08:17:50 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-09-30 08:17:50 +0000 |
commit | 3d11c994f7d85474b80409efb6e0b4916910252d (patch) | |
tree | 3ab63bc2d19c13e267bc224758bd7b193a9a8977 /lldb/test/help/TestHelp.py | |
parent | 82d705e6d99812bd66db531414153117f50728a4 (diff) | |
download | bcm5719-llvm-3d11c994f7d85474b80409efb6e0b4916910252d.tar.gz bcm5719-llvm-3d11c994f7d85474b80409efb6e0b4916910252d.zip |
[X86][XOP] Added support for the lowering of 128-bit vector shifts to XOP shift instructions
The XOP shifts just have logical/arithmetic versions and the left/right shifts are controlled by whether the value is positive/negative. Because of this I've added new X86ISD nodes instead of trying to force them to use the existing shift nodes.
Additionally Excavator cores (bdver4) support XOP and AVX2 - meaning that it should use the AVX2 shifts when it can and fall back to XOP in other cases.
Differential Revision: http://reviews.llvm.org/D8690
llvm-svn: 248878
Diffstat (limited to 'lldb/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions