forked from OSchip/llvm-project
[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
This commit is contained in:
parent
2a90acd17a
commit
e2c5e9a970
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue