summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-26 13:17:55 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-26 13:17:55 +0000
commit92925ea7013ea4a95ae6bcf1c5062d2dd4b7acfd (patch)
tree9a840f4548a499dd972d9a69c4bb24c98755084e /llvm/test/CodeGen
parent049d9c921fc0772b98a295cd3f398fdcc9297bf0 (diff)
downloadbcm5719-llvm-92925ea7013ea4a95ae6bcf1c5062d2dd4b7acfd.tar.gz
bcm5719-llvm-92925ea7013ea4a95ae6bcf1c5062d2dd4b7acfd.zip
[X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL instructions
llvm-svn: 298806
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/combine-abs.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-abs.ll b/llvm/test/CodeGen/X86/combine-abs.ll
index 2d71e4f2f27..ac8f790a2ea 100644
--- a/llvm/test/CodeGen/X86/combine-abs.ll
+++ b/llvm/test/CodeGen/X86/combine-abs.ll
@@ -84,7 +84,6 @@ define <8 x i32> @combine_v8i32_abs_pos(<8 x i32> %a) {
; CHECK-LABEL: combine_v8i32_abs_pos:
; CHECK: # BB#0:
; CHECK-NEXT: vpsrld $1, %ymm0, %ymm0
-; CHECK-NEXT: vpabsd %ymm0, %ymm0
; CHECK-NEXT: retq
%1 = lshr <8 x i32> %a, <i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1>
%2 = call <8 x i32> @llvm.x86.avx2.pabs.d(<8 x i32> %1)
OpenPOWER on IntegriCloud