Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / Transforms / EarlyCSE / AArch64 / ldstN.ll
index cc1af31429e1394db0c62866fd818f60fbec184f..b457621a9b5c7b84a3769acdc9d7a9dc2d94a6ef 100644 (file)
@@ -1,18 +1,18 @@
-; RUN: opt -S -early-cse < %s | FileCheck %s\r
-target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"\r
-target triple = "aarch64--linux-gnu"\r
-\r
-declare { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @llvm.aarch64.neon.ld4.v4i16.p0v4i16(<4 x i16>*)\r
-\r
-; Although the store and the ld4 are using the same pointer, the\r
-; data can not be reused because ld4 accesses multiple elements.\r
-define { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @foo() {\r
-entry:\r
-  store <4 x i16> undef, <4 x i16>* undef, align 8\r
-  %0 = call { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @llvm.aarch64.neon.ld4.v4i16.p0v4i16(<4 x i16>* undef)\r
-  ret { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } %0\r
-; CHECK-LABEL: @foo(\r
-; CHECK: store\r
-; CHECK-NEXT: call\r
-; CHECK-NEXT: ret\r
-}\r
+; RUN: opt -S -early-cse < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
+target triple = "aarch64--linux-gnu"
+
+declare { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @llvm.aarch64.neon.ld4.v4i16.p0v4i16(<4 x i16>*)
+
+; Although the store and the ld4 are using the same pointer, the
+; data can not be reused because ld4 accesses multiple elements.
+define { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @foo() {
+entry:
+  store <4 x i16> undef, <4 x i16>* undef, align 8
+  %0 = call { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } @llvm.aarch64.neon.ld4.v4i16.p0v4i16(<4 x i16>* undef)
+  ret { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } %0
+; CHECK-LABEL: @foo(
+; CHECK: store
+; CHECK-NEXT: call
+; CHECK-NEXT: ret
+}