summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtin-clzero.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Use -ffreestanding instead of using the mm_malloc.h include guard hack ↵Craig Topper2017-10-121-2/+2
| | | | | | on more of the builtin tests. llvm-svn: 315594
* [X86] Fix copy and paste bug in clzero test from r294559.Craig Topper2017-02-091-1/+1
| | | | llvm-svn: 294560
* [X86] Clzero flag addition and inclusion under znver1Craig Topper2017-02-091-0/+9
1. Adds the command line flag for clzero. 2. Includes the clzero flag under znver1. 3. Defines the macro for clzero. 4. Adds a new file which has the intrinsic definition for clzero instruction. Patch by Ganesh Gopalasubramanian with some additional tests from me. Differential revision: https://reviews.llvm.org/D29386 llvm-svn: 294559
OpenPOWER on IntegriCloud