[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has...
[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has versions 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: 289351
Loading
Please sign in to comment