[llvm] r368699 - Revert r368691; test checked in without changes by accident

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 07:43:34 PDT 2019


Author: hubert.reinterpretcast
Date: Tue Aug 13 07:43:34 2019
New Revision: 368699

URL: http://llvm.org/viewvc/llvm-project?rev=368699&view=rev
Log:
Revert r368691; test checked in without changes by accident

Removed:
    llvm/trunk/test/CodeGen/PowerPC/aix-lr.ll

Removed: llvm/trunk/test/CodeGen/PowerPC/aix-lr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/aix-lr.ll?rev=368698&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/aix-lr.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/aix-lr.ll (removed)
@@ -1,32 +0,0 @@
-; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff < %s | \
-; RUN: FileCheck --check-prefix=32BIT %s
-
-; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff < %s | \
-; RUN: FileCheck --check-prefix=64BIT %s
-
-define void @bar() {
-entry:
-
-; 32BIT: mflr 0
-; 32BIT: stw 0, 8(1)
-; 32BIT: stwu 1, -64(1)
-; 32BIT: bl .foo
-; 32BIT: nop
-; 32BIT: addi 1, 1, 64
-; 32BIT: lwz 0, 8(1)
-; 32BIT: mtlr 0
-
-; 64BIT: mflr 0
-; 64BIT: std 0, 16(1)
-; 64BIT: stdu 1, -112(1)
-; 64BIT: bl .foo
-; 64BIT: nop
-; 64BIT: addi 1, 1, 112
-; 64BIT: ld 0, 16(1)
-; 64BIT: mtlr 0
-
-  call void bitcast (void (...)* @foo to void ()*)()
-  ret void
-}
-
-declare void @foo(...)




More information about the llvm-commits mailing list