You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
24
external/llvm/test/CodeGen/PowerPC/add-fi.ll
vendored
24
external/llvm/test/CodeGen/PowerPC/add-fi.ll
vendored
@ -1,24 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s
|
||||
target datalayout = "E-m:e-i64:64-n32:64"
|
||||
target triple = "powerpc64-unknown-linux-gnu"
|
||||
|
||||
define i32* @test1() {
|
||||
%X = alloca { i32, i32 }
|
||||
%Y = getelementptr {i32,i32}, {i32,i32}* %X, i32 0, i32 1
|
||||
ret i32* %Y
|
||||
|
||||
; CHECK-LABEL: @test1
|
||||
; CHECK: addi 3, 1, -4
|
||||
; CHECK: blr
|
||||
}
|
||||
|
||||
define i32* @test2() {
|
||||
%X = alloca { i32, i32, i32, i32 }
|
||||
%Y = getelementptr {i32,i32,i32,i32}, {i32,i32,i32,i32}* %X, i32 0, i32 3
|
||||
ret i32* %Y
|
||||
|
||||
; CHECK-LABEL: @test2
|
||||
; CHECK: addi 3, 1, -4
|
||||
; CHECK: blr
|
||||
}
|
||||
|
Reference in New Issue
Block a user