| commit | 1a44193afd9cf2fc654bc0c5f8df2db0ab95da7b | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Sat Nov 12 07:16:59 2016 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Sat Nov 12 07:16:59 2016 +0000 |
| tree | 5443a776716003a67f180212f30ae5a6e2b26e2b | |
| parent | bb6c01e7c3e6a2d94c5720d228d3d16635fbee05 [diff] |
[AVX-512] Convert the rest of the masked shift by immediate and by single element builtins over to the newly added unmasked builtins and a select. This should also fix PR30691 since the new builtins are handled like the legacy builtins in the backend. llvm-svn: 286714