From b4fe4358905d2739283bb04570d60b970869db2b Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 5 Aug 2021 22:46:07 +0000 Subject: [PATCH] [PowerPC] Remove accidently left checks --- llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll | 8 -------- 1 file changed, 8 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll b/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll index 7e05378..401be39 100644 --- a/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll +++ b/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll @@ -9,14 +9,6 @@ ; RUN: -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s --check-prefix=P8BE define i8 @scalar_to_vector_half(i16* nocapture readonly %ad) { -; CHECK-LABEL: scalar_to_vector_half: -; CHECK: # %bb.0: # %entry -; CHECK-NEXT: lhz 3, 0(3) -; CHECK-NEXT: sldi 3, 3, 56 -; CHECK-NEXT: mtfprd 0, 3 -; CHECK-NEXT: mffprd 3, 0 -; CHECK-NEXT: rldicl 3, 3, 8, 56 -; CHECK-NEXT: blr ; P9LE-LABEL: scalar_to_vector_half: ; P9LE: # %bb.0: # %entry ; P9LE-NEXT: lhz r3, 0(r3) -- 2.7.4