Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ↵ | Craig Topper | 2019-01-14 | 1 | -0/+64 |
| | | | | | | | | in IR instead. Fixes PR40259 llvm-svn: 351035 | ||||
* | [X86][AVX512] Cleanup intrinsics tests | Simon Pilgrim | 2018-06-03 | 1 | -33/+28 |
| | | | | | | | | Ensure we test on 32-bit and 64-bit targets, and strip -mcpu usage. Part of ongoing work to ensure we test all intrinsic style tests on 32 and 64 bit targets where possible. llvm-svn: 333843 | ||||
* | [X86] Add unmasked vermi2var intrinsics so we can use explicit select ↵ | Craig Topper | 2018-05-29 | 1 | -0/+103 |
instructions for masking in clang. This will allow us to remove the 3 different flavors of masked intrinsics. I'm leaving the actual intrinsic removal for another patch. llvm-svn: 333386 |