summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512er-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.Craig Topper2019-06-221-30/+30
| | | | | | | | | | _MM_FROUND_CUR_DIRECTION is the behavior of the intrinsics that don't take a rounding mode argument. So a better test is using _MM_FROUND_NO_EXC with the SAE only intrinsics and an explicit rounding mode with the intrinsics that support embedded rounding mode. llvm-svn: 364127
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
| | | | | | | | | | | | The X86 clang/test/CodeGen/*builtins.c tests define the mm_malloc.h include guard as a hack for avoiding its inclusion (mm_malloc.h requires a hosted environment since it expects stdlib.h to be available - which is not the case in these internal clang codegen tests). This patch removes this hack and instead passes -ffreestanding to clang cc1. Differential Revision: https://reviews.llvm.org/D24825 llvm-svn: 282581
* [X86] Fix some illegal rounding modes in some builtin test cases to ones ↵Craig Topper2016-09-221-30/+30
| | | | | | that would properly compile to valid assembly. llvm-svn: 282137
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
| | | | | | possible problems in headers. llvm-svn: 277696
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-48/+48
| | | | llvm-svn: 255915
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-1/+4
| | | | | | about optimization options. llvm-svn: 250271
* [X86] Add the AVX512 exp2a23 intrinsics.Craig Topper2015-02-011-0/+73
| | | | llvm-svn: 227769
* [X86] Add test for avx512er builtins that I forgot to commit with changes to ↵Craig Topper2015-02-011-0/+273
the header file. llvm-svn: 227762
OpenPOWER on IntegriCloud