From 35a800f9937e8253be50c9f2c27af65399754ddc Mon Sep 17 00:00:00 2001 From: Tyler Nowicki Date: Mon, 10 Aug 2015 21:14:38 +0000 Subject: [PATCH] Make fp vectorization test X86 specified to avoid cost-model related problems on arm-thumb and hexagon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244505 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/{ => X86}/no_fpmath.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/Transforms/LoopVectorize/{ => X86}/no_fpmath.ll (96%) diff --git a/test/Transforms/LoopVectorize/no_fpmath.ll b/test/Transforms/LoopVectorize/X86/no_fpmath.ll similarity index 96% rename from test/Transforms/LoopVectorize/no_fpmath.ll rename to test/Transforms/LoopVectorize/X86/no_fpmath.ll index 709025f4cd8..bc1173ae9f7 100644 --- a/test/Transforms/LoopVectorize/no_fpmath.ll +++ b/test/Transforms/LoopVectorize/X86/no_fpmath.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-vectorize -S -pass-remarks='loop-vectorize' -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck %s +; RUN: opt < %s -loop-vectorize -mtriple=x86_64-unknown-linux -S -pass-remarks='loop-vectorize' -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck %s ; CHECK: remark: no_fpmath.c:6:11: loop not vectorized: vectorization requires changes in the order of operations, however IEEE 754 floating-point operations are not commutative ; CHECK: remark: no_fpmath.c:6:14: loop not vectorized: -- 2.34.1