brintos

brintos / llvm-project-archived public Read only

0
0
Text · 548 B · d583b24 Raw
15 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--2; rdar://55383773 4        %struct.disk_unsigned = type { i32 }5        %struct._StorePageMax = type { %struct.disk_unsigned, %struct.disk_unsigned, [65536 x i8] }6 7define i32 @test() {8entry: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        unreachable13}14 15