brintos

brintos / llvm-project-archived public Read only

0
0
Text · 442 B · ddf542c Raw
20 lines · plain
1; RUN: llc < %s -mtriple=i686-linux | FileCheck %s -check-prefix=X322; X32-NOT:     {{$429496728|-7}}3; X32:     {{$4294967280|-16}}4; X32-NOT:     {{$429496728|-7}}5; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X646; X64:     -167 8define void @t() nounwind {9A:10	br label %entry11 12entry:13	%m1 = alloca i32, align 414	%m2 = alloca [7 x i8], align 1615	call void @s( ptr %m1, ptr %m2 )16	ret void17}18 19declare void @s(ptr, ptr)20