[X86][FMA4] Add i386 test coverage to fma4 intrinsic tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Apr 2022 10:13:44 +0000 (11:13 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Apr 2022 10:14:18 +0000 (11:14 +0100)
clang/test/CodeGen/X86/fma4-builtins.c

index 274ca48..94dcaf6 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +fma4 -emit-llvm -o - -Wall -Werror | FileCheck %s
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-apple-darwin -target-feature +fma4 -emit-llvm -o - -Wall -Werror | FileCheck %s
 
 
 #include <x86intrin.h>