[AVX512] Strengthen type checks on the X86ISD::SELECT node. Saves over 800...
[AVX512] Strengthen type checks on the X86ISD::SELECT node. Saves over 800 bytes in the DAG isel table by removing type checks for the condition operand which is always a vector or scalar of i1 matching the the number of elements in the other operands. llvm-svn: 269885
Loading
Please sign in to comment