summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vaes-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Use target feature defines in tests instead of defining our own flag ↵Craig Topper2018-05-071-2/+2
| | | | | | on the command line. NFCI llvm-svn: 331683
* [x86][icelake][vaes]Coby Tayree2017-12-271-0/+55
added vaes feature recognition added intrinsics support for vaes instructions, matching a similar work on the backend (D40078) _mm256_aesenc_epi128 _mm512_aesenc_epi128 _mm256_aesenclast_epi128 _mm512_aesenclast_epi128 _mm256_aesdec_epi128 _mm512_aesdec_epi128 _mm256_aesdeclast_epi128 _mm512_aesdeclast_epi128 llvm-svn: 321474
OpenPOWER on IntegriCloud