From 5f47f613de50b17e0e5bb1ca26b6d9785846782e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 3 Apr 2020 17:00:17 +0100 Subject: [PATCH] [PowerPC] Regenerate f128 test to fix issue reported on D77354 I had to manually edit the file as the update script won't strip checks that don't have the ":" immediately after the prefix --- llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll b/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll index e87620a..8284607 100644 --- a/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll +++ b/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll @@ -402,7 +402,6 @@ define ppc_fp128 @test_powi_ppc_fp128(ppc_fp128 %first, i32 %second) nounwind { ; PC64-NEXT: ld 0, 16(1) ; PC64-NEXT: mtlr 0 ; PC64-NEXT: blr -; PC64LE9 : clrldi 5, 5, 32 entry: %powi = call ppc_fp128 @llvm.experimental.constrained.powi.ppcf128( ppc_fp128 %first, -- 2.7.4