From c1196d716fc58bb15854e314848f41cb0ea7edd6 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 27 Aug 2015 20:29:13 +0000 Subject: [PATCH] [X86] Add __builtin_ia32_undef* intrinsics to test Minor tweak to rL246083 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246200 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/builtins-x86.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGen/builtins-x86.c b/test/CodeGen/builtins-x86.c index a239889e2b..8de907d86d 100644 --- a/test/CodeGen/builtins-x86.c +++ b/test/CodeGen/builtins-x86.c @@ -102,6 +102,9 @@ void f0() { const V4d* tmp_V4dCp; const V8f* tmp_V8fCp; + tmp_V2LLi = __builtin_ia32_undef128(); + tmp_V4LLi = __builtin_ia32_undef256(); + tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); -- 2.40.0