| commit | c7486af9c9642f0beff3b033be9b3353c035e8cd | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Tue Nov 15 16:27:33 2016 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Tue Nov 15 16:27:33 2016 +0000 |
| tree | 8041a6f62c99e591add6e0dae45056ab5c8270b0 | |
| parent | ceffb43b1b7e6d5d8f666acaa51647c87834af09 [diff] |
[AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer. Just needed to add the intrinsics to the exist switch. The code is generic enough to support the wider vectors with no changes. llvm-svn: 286980