[AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a...
[AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a version without masking so wrap it with select. This will allow the backend to constant fold these to generic shuffle vectors like 128-bit and 256-bit without having to working about handling masking. llvm-svn: 289345
Loading
Please sign in to comment