diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-12-07 13:39:24 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-12-07 13:39:24 +0000 |
commit | 33e61eceb4337c94425303e0634fed8b4e3b9cf6 (patch) | |
tree | 7360a5b351f2b714b908958b991a8ffc4993fe2a /lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp | |
parent | 3ab6f17530353973b99221ccf24f7fcd17e74cff (diff) | |
download | bcm5719-llvm-33e61eceb4337c94425303e0634fed8b4e3b9cf6.tar.gz bcm5719-llvm-33e61eceb4337c94425303e0634fed8b4e3b9cf6.zip |
AVX-512: Fixed masked load / store instruction selection for KNL.
Patterns were missing for KNL target for <8 x i32>, <8 x float> masked load/store.
This intrinsic comes with all legal types:
<8 x float> @llvm.masked.load.v8f32(<8 x float>* %addr, i32 align, <8 x i1> %mask, <8 x float> %passThru),
but still requires lowering, because VMASKMOVPS, VMASKMOVDQU32 work with 512-bit vectors only.
All data operands should be widened to 512-bit vector.
The mask operand should be widened to v16i1 with zeroes.
Differential Revision: http://reviews.llvm.org/D15265
llvm-svn: 254909
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp')
0 files changed, 0 insertions, 0 deletions