Displaying 7 results from an estimated 7 matches for "memtmp1".
Did you mean:
memtmp
2011 Aug 16
1
[LLVMdev] Missing metadata for volatile variables
...i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-f128:128:128-n8:16:32"
target triple = "i386-pc-linux-gnu"
module asm "\09.ident\09\22GCC: (GNU) 4.5.2 LLVM: exported\22"
%int = type i32
define i32 @main() nounwind {
entry:
%memtmp = alloca i32
%memtmp1 = alloca i32
%"alloca point" = bitcast i32 0 to i32
%"ssa point" = bitcast i32 0 to i32
br label %"2", !dbg !6
"2": ; preds = %entry
call void @llvm.dbg.declare(metadata !{i32* %memtmp}, metadata !7), !dbg...
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
...ed_addr constant [15 x i8]
c"bbbbbbbbbbbbbb\00", align 8
@.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b =
%s, c = %s\0A\00", align 8
define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp {
entry:
%memtmp = alloca [15 x i8], align 1
%memtmp1 = alloca [15 x i8], align 1
%0 = getelementptr inbounds [15 x i8]* %memtmp, i64 0, i64 0
%1 = getelementptr inbounds [15 x i8]* %memtmp1, i64 0, i64 0
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %0, i8* getelementptr
inbounds ([15 x i8]* @.cst, i64 0, i64 0), i64 15, i32 1, i1 false)
call...
2012 Jan 24
0
[LLVMdev] Possible bug in the dragonegg
...bbbbbbbbbbbbbb\00", align 8
> @.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b =
> %s, c = %s\0A\00", align 8
>
> define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp {
> entry:
> %memtmp = alloca [15 x i8], align 1
> %memtmp1 = alloca [15 x i8], align 1
> %0 = getelementptr inbounds [15 x i8]* %memtmp, i64 0, i64 0
> %1 = getelementptr inbounds [15 x i8]* %memtmp1, i64 0, i64 0
> call void @llvm.memcpy.p0i8.p0i8.i64(i8* %0, i8* getelementptr
> inbounds ([15 x i8]* @.cst, i64 0, i64 0), i64 15, i3...
2012 Jan 24
1
[LLVMdev] Possible bug in the dragonegg
...ot;, align 8
>> @.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b =
>> %s, c = %s\0A\00", align 8
>>
>> define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp {
>> entry:
>> %memtmp = alloca [15 x i8], align 1
>> %memtmp1 = alloca [15 x i8], align 1
>> %0 = getelementptr inbounds [15 x i8]* %memtmp, i64 0, i64 0
>> %1 = getelementptr inbounds [15 x i8]* %memtmp1, i64 0, i64 0
>> call void @llvm.memcpy.p0i8.p0i8.i64(i8* %0, i8* getelementptr
>> inbounds ([15 x i8]* @.cst, i64 0, i64 0), i64 15...
2012 Jan 23
0
[LLVMdev] Possible bug in the dragonegg
Hi Pablo,
> I came across something that seems to be a bug in the dragonegg option that
> emits LLVM IR. ¿Can anybody reproduce the error, or see what's wrong?
I can't reproduce this on x86-64 linux with latest LLVM+dragonegg+gcc-4.6.
¿Should I
> post it somewhere else in case it's really a bug? Thanks ahead!
>
> With this simple program:
> *
> #include
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
Hi all,
I came across something that seems to be a bug in the dragonegg option
that emits LLVM IR. ¿Can anybody reproduce the error, or see what's
wrong? ¿Should I post it somewhere else in case it's really a bug?
Thanks ahead!
With this simple program:
*
#include <stdio.h>
#include <string.h>
int main(int argc, char** argv){
char a[8] = "aaaaaaa";
2010 Dec 01
8
[LLVMdev] Alternative exception handling proposal
...ign 1
@llvm.eh.catch.all.value = linkonce constant i8* null, section "llvm.metadata"
@llvm.used = appending global [1 x i8*] [i8* bitcast (i8**
@llvm.eh.catch.all.value to i8*)], section "llvm.metadata"
define void @_Z3barv() {
entry:
%memtmp = alloca %struct.A, align 8
%memtmp1 = alloca %struct.A, align 8
%memtmp2 = alloca %struct.A, align 8
invoke void @_Z3foov()
to label %"3" unwind label %lpad personality @__gxx_personality_v0
catches %struct.__fundamental_type_info_pseudo* @_ZTIi,
%struct.__pointer_type_info_pseudo* @_ZTIPKc, i8* null
&qu...