Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2007-10-16-InlineAsmFrameOffset.ll
blobd583b24a7b5f4a68a6d0fc26bf6af3414452bfbd
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2 ; rdar://5538377
4         %struct.disk_unsigned = type { i32 }
5         %struct._StorePageMax = type { %struct.disk_unsigned, %struct.disk_unsigned, [65536 x i8] }
7 define i32 @test() {
8 entry:
9         %data = alloca i32              ; <ptr> [#uses=1]
10         %compressedPage = alloca %struct._StorePageMax          ; <ptr> [#uses=0]
11         %tmp107 = call i32 asm "lwbrx $0, $2, $1", "=r,r,bO,*m"( ptr null, i32 0, ptr elementtype(i32) %data )          ; <i32> [#uses=0]
12         unreachable