From bd795464f4b4ff575de3fe91a468e56e482445ff Mon Sep 17 00:00:00 2001 From: Simon Pilgrim <llvm-dev@redking.me.uk> Date: Sun, 7 Jun 2015 16:09:48 +0000 Subject: [PATCH] Fixed line endings git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239253 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vector-popcnt-128.ll | 6 +++--- test/CodeGen/X86/vector-popcnt-256.ll | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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> <i64 256, i64 -1>) 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> <i32 256, i32 -1, i32 0, i32 255>) 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> <i16 256, i16 -1, i16 0, i16 255, i16 -65536, i16 7, i16 24, i16 88>) 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> <i64 256, i64 -1, i64 0, i64 255>) 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> <i32 256, i32 -1, i32 0, i32 255, i32 -65536, i32 7, i32 24, i32 88>) 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> <i16 256, i16 -1, i16 0, i16 255, i16 -65536, i16 7, i16 24, i16 88, i16 -2, i16 254, i16 1, i16 2, i16 4, i16 8, i16 16, i16 32>) ret <16 x i16> %out } - + define <32 x i8> @foldv32i8() { ; AVX-LABEL: foldv32i8: ; AVX: # BB#0: -- 2.40.0