diff options
| author | Tyler Nowicki <tyler.nowicki@gmail.com> | 2015-08-10 21:14:38 +0000 |
|---|---|---|
| committer | Tyler Nowicki <tyler.nowicki@gmail.com> | 2015-08-10 21:14:38 +0000 |
| commit | 655e573dc5fc7340ed4adbd1f30c02bc01d7c989 (patch) | |
| tree | 2ae67c14f6d633ed26270ab9aa512f160199e56f | |
| parent | 3db227386148e46d0c1f944e787cb4b247da0e66 (diff) | |
| download | bcm5719-llvm-655e573dc5fc7340ed4adbd1f30c02bc01d7c989.tar.gz bcm5719-llvm-655e573dc5fc7340ed4adbd1f30c02bc01d7c989.zip | |
Make fp vectorization test X86 specified to avoid cost-model related problems on arm-thumb and hexagon.
llvm-svn: 244505
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll (renamed from llvm/test/Transforms/LoopVectorize/no_fpmath.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/no_fpmath.ll b/llvm/test/Transforms/LoopVectorize/X86/no_fpmath.ll index 709025f4cd8..bc1173ae9f7 100644 --- a/llvm/test/Transforms/LoopVectorize/no_fpmath.ll +++ b/llvm/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: |

