diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-12-07 14:33:34 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-12-07 14:33:34 +0000 |
commit | 291fe0159f1869619718b33b7ac6435935d9d63b (patch) | |
tree | 461b7d328cf95dc518549d0503cc366ca2db595f /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | e9b3fb86034fb4a444f4ad81532a0cde63ac9cb3 (diff) | |
download | bcm5719-llvm-291fe0159f1869619718b33b7ac6435935d9d63b.tar.gz bcm5719-llvm-291fe0159f1869619718b33b7ac6435935d9d63b.zip |
VX-512: Fixed a bug in FP logic operation lowering
FP logic instructions are supported in DQ extension on AVX-512 target.
I use integer operations instead.
Added tests.
I also enabled FABS in this patch in order to check ANDPS.
The operations are FOR, FXOR, FAND, FANDN.
The instructions, that supported for 512-bit vector under DQ are:
VORPS/PD, VXORPS/PD, VANDPS/PD, FANDNPS/PD.
Differential Revision: http://reviews.llvm.org/D15110
llvm-svn: 254913
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions