From: Simon Pilgrim Date: Sun, 7 Jun 2015 16:09:48 +0000 (+0000) Subject: Fixed line endings X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=bd795464f4b4ff575de3fe91a468e56e482445ff Fixed line endings git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239253 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vector-popcnt-128.ll b/test/CodeGen/X86/vector-popcnt-128.ll index e8fde0964f4..fef445de04a 100644 --- a/test/CodeGen/X86/vector-popcnt-128.ll +++ b/test/CodeGen/X86/vector-popcnt-128.ll @@ -413,7 +413,7 @@ define <2 x i64> @foldv2i64() { %out = call <2 x i64> @llvm.ctpop.v2i64(<2 x i64> ) ret <2 x i64> %out } - + define <4 x i32> @foldv4i32() { ; SSE-LABEL: foldv4i32: ; SSE: # BB#0: @@ -427,7 +427,7 @@ define <4 x i32> @foldv4i32() { %out = call <4 x i32> @llvm.ctpop.v4i32(<4 x i32> ) ret <4 x i32> %out } - + define <8 x i16> @foldv8i16() { ; SSE-LABEL: foldv8i16: ; SSE: # BB#0: @@ -441,7 +441,7 @@ define <8 x i16> @foldv8i16() { %out = call <8 x i16> @llvm.ctpop.v8i16(<8 x i16> ) ret <8 x i16> %out } - + define <16 x i8> @foldv16i8() { ; SSE-LABEL: foldv16i8: ; SSE: # BB#0: diff --git a/test/CodeGen/X86/vector-popcnt-256.ll b/test/CodeGen/X86/vector-popcnt-256.ll index 709565597cc..7ce4f712483 100644 --- a/test/CodeGen/X86/vector-popcnt-256.ll +++ b/test/CodeGen/X86/vector-popcnt-256.ll @@ -186,7 +186,7 @@ define <4 x i64> @foldv4i64() { %out = call <4 x i64> @llvm.ctpop.v4i64(<4 x i64> ) ret <4 x i64> %out } - + define <8 x i32> @foldv8i32() { ; AVX-LABEL: foldv8i32: ; AVX: # BB#0: @@ -195,7 +195,7 @@ define <8 x i32> @foldv8i32() { %out = call <8 x i32> @llvm.ctpop.v8i32(<8 x i32> ) ret <8 x i32> %out } - + define <16 x i16> @foldv16i16() { ; AVX-LABEL: foldv16i16: ; AVX: # BB#0: @@ -204,7 +204,7 @@ define <16 x i16> @foldv16i16() { %out = call <16 x i16> @llvm.ctpop.v16i16(<16 x i16> ) ret <16 x i16> %out } - + define <32 x i8> @foldv32i8() { ; AVX-LABEL: foldv32i8: ; AVX: # BB#0: