[llvm] 5f47f61 - [PowerPC] Regenerate f128 test to fix issue reported on D77354

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 09:01:57 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-03T17:01:28+01:00
New Revision: 5f47f613de50b17e0e5bb1ca26b6d9785846782e

URL: https://github.com/llvm/llvm-project/commit/5f47f613de50b17e0e5bb1ca26b6d9785846782e
DIFF: https://github.com/llvm/llvm-project/commit/5f47f613de50b17e0e5bb1ca26b6d9785846782e.diff

LOG: [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

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll b/llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll
index e87620a37b9a..8284607482a3 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,


        


More information about the llvm-commits mailing list