commit | b21635658f4b9b7c7e28ff035e731903545646f0 | [log] [tgz] |
---|---|---|
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | Sun Sep 13 08:15:15 2015 +0000 |
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | Sun Sep 13 08:15:15 2015 +0000 |
tree | 74c437a00c10c4b8f99d4282db5a06528eca6ef6 | |
parent | 28b6c23c41301dfdbd55a998583503498d984a3f [diff] |
AVX-512: Fixed a bug in OR/XOR operations for 512-bit FP values on KNL. KNL does not have VXORPS, VORPS for 512-bit values. I use integer VPXOR, VPOR that actually do the same. X86ISD::FXOR/FOR are generated as a result of FSUB combining. Differential Revision: http://reviews.llvm.org/D12753 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247523 91177308-0d34-0410-b5e6-96231b3b80d8