[AVX-512] Add pattern for selecting masked version of v8i32/v8f32 compare...
[AVX-512] Add pattern for selecting masked version of v8i32/v8f32 compare instructions when VLX isn't available. We use a v16i32/v16f32 compare instead and truncate the result. We already did this for the unmasked version, but were missing the version with 'and'. llvm-svn: 314072
Loading
Please sign in to comment