From 8a4f5c0475f17340f175c5f85bae4a03c59961d4 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 14 Oct 2015 05:40:21 +0000 Subject: Canonicalize some of the x86 builtin tests and either remove or comment about optimization options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/avx512cdintrin.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/CodeGen/avx512cdintrin.c') diff --git a/test/CodeGen/avx512cdintrin.c b/test/CodeGen/avx512cdintrin.c index 2b31cefe2f..1c8b19e5bf 100644 --- a/test/CodeGen/avx512cdintrin.c +++ b/test/CodeGen/avx512cdintrin.c @@ -1,5 +1,10 @@ -// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -ffreestanding -target-feature +avx512cd -emit-llvm -o - -Werror | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512cd -emit-llvm -o - -Werror | FileCheck %s + +// Don't include mm_malloc.h, it's system specific. +#define __MM_MALLOC_H + #include + __m512i test_mm512_conflict_epi64(__m512i __A) { // CHECK-LABEL: @test_mm512_conflict_epi64 // CHECK: @llvm.x86.avx512.mask.conflict.q.512 -- cgit v1.2.1