diff options
| author | Craig Topper <craig.topper@intel.com> | 2018-12-01 01:38:44 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2018-12-01 01:38:44 +0000 |
| commit | 88270231f8de8bc7ecd6d3ace0908361770cff4c (patch) | |
| tree | 56332c8dcb96ddb922c77a88b5f6c81aae06771c /llvm/test/Transforms | |
| parent | 33f0af35df5d93a65a154e54ae0b9d83bc70e1f4 (diff) | |
| download | bcm5719-llvm-88270231f8de8bc7ecd6d3ace0908361770cff4c.tar.gz bcm5719-llvm-88270231f8de8bc7ecd6d3ace0908361770cff4c.zip | |
[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some tests that failed when experimenting with defaulting to -mprefer-vector-width=256 for skylake-avx512.
llvm-svn: 348063
Diffstat (limited to 'llvm/test/Transforms')
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll b/llvm/test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll index 76b6cae5c3b..f38782cb7e5 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll @@ -1,4 +1,4 @@ -; RUN: opt -loop-vectorize -S -mcpu=skylake-avx512 < %s | FileCheck %s +; RUN: opt -loop-vectorize -S -mattr=avx512f < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" diff --git a/llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll b/llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll index c203a6605d8..cf6cc1356e0 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -loop-vectorize -S -mcpu=skylake-avx512 -instcombine < %s | FileCheck %s +; RUN: opt -loop-vectorize -S -mattr=avx512f -instcombine < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" diff --git a/llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll b/llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll index 9428a6d6f74..69f578cf789 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -loop-vectorize -S -mcpu=skylake-avx512 -instcombine < %s | FileCheck %s +; RUN: opt -loop-vectorize -S -mattr=avx512f -instcombine < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |

