The compiler failed to lower X86ISD::FXOR node for 512-bit data type on KNL because VXORPS-zmm is supported in DQ instruction set.
The solution is using integer XOR - VPXOR*.
(The X86ISD::FOR is the same but nobody generates X86ISD::FOR for 512-bit data types).