diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2018-02-08 15:28:49 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2018-02-08 15:28:49 +0000 |
| commit | e2c5e9a970f5652c9c569f830c507139ef7f1dfc (patch) | |
| tree | da4b93699615bd77ea47ad0c098f6dfe39ab2682 /llvm | |
| parent | 2a90acd17a87b5de078f9ba2f31193ae72b2a6f3 (diff) | |
| download | bcm5719-llvm-e2c5e9a970f5652c9c569f830c507139ef7f1dfc.tar.gz bcm5719-llvm-e2c5e9a970f5652c9c569f830c507139ef7f1dfc.zip | |
[SLPVectorizer] move RUN line to top-of-file; NFC
I was confused what we were checking because the RUN line was
in the middle of the file.
llvm-svn: 324614
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll b/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll index 2fa88cb3d04..90fe10a6a8b 100644 --- a/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll +++ b/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll @@ -1,5 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt -slp-vectorizer -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s +; RUN: opt -slp-vectorizer -slp-vectorize-hor -slp-vectorize-hor-store -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=STORE ; #include <stdint.h> ; @@ -928,7 +929,6 @@ for.body16: ; preds = %for.body16, %for.bo br i1 %exitcond, label %for.cond.cleanup15, label %for.body16 } -; RUN: opt -slp-vectorizer -slp-vectorize-hor -slp-vectorize-hor-store -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=STORE ; void foo(double * restrict A, double * restrict B, double * restrict C, ; int n) { |

