[llvm] b4fe435 - [PowerPC] Remove accidently left checks
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 15:46:44 PDT 2021
Author: Jinsong Ji
Date: 2021-08-05T22:46:07Z
New Revision: b4fe4358905d2739283bb04570d60b970869db2b
URL: https://github.com/llvm/llvm-project/commit/b4fe4358905d2739283bb04570d60b970869db2b
DIFF: https://github.com/llvm/llvm-project/commit/b4fe4358905d2739283bb04570d60b970869db2b.diff
LOG: [PowerPC] Remove accidently left checks
Added:
Modified:
llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll b/llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll
index 7e053786015f..401be39cdf61 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)
More information about the llvm-commits
mailing list