diff options
author | Craig Topper <craig.topper@intel.com> | 2019-08-23 07:38:25 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-08-23 07:38:25 +0000 |
commit | 85a968e9d518889bb1c24731e3ac6e397a2216de (patch) | |
tree | 14cf53eeb51bd786469da1b3fd1a51ff1e8d816d /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | cb68bd726db4781dfb250d4ae75f2b2fee36dafa (diff) | |
download | bcm5719-llvm-85a968e9d518889bb1c24731e3ac6e397a2216de.tar.gz bcm5719-llvm-85a968e9d518889bb1c24731e3ac6e397a2216de.zip |
[X86] Add a further unrolled madd reduction test case that shows several deficiencies.
The AVX2 check lines show two issues. An ADD that became an OR
because we knew the input was disjoint, but really it was zero
so we should have just removed the ADD/OR all together.
Relatedly we use 128-bit VPMADDWD instructions followed by
256-bit VPADDD operations. We should be able to narrow these
VPADDDs.
llvm-svn: 369736
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions