search for: str6

Displaying 9 results from an estimated 9 matches for "str6".

Did you mean: str
2011 Feb 25
2
[LLVMdev] Accessing the name of the temporary variable in Instruction
...used in LLVM bit code. For example, if I see LLVM assembly code as shown below, %13 = icmp eq i64 %11, 0, !dbg !14 After the instrumentation pass, it needs to look like the following %13 = icmp eq i64 %11, 0, !dbg !14 call void @instrumentation_function(i8* getelementptr inbounds ([5 x i8]* @.str6, i64 0, i64 0)) where str6 is a private constant declared as follows @.str6 = private constant [4 x i8] c"%13\00" Note that the private constant that I am passing to the instrumentation_function is the name of the target temporary variable for the icmp instruction. I cannot find a way t...
2011 Feb 25
0
[LLVMdev] Accessing the name of the temporary variable in Instruction
...ample, if I see LLVM assembly code as shown below, > > %13 = icmp eq i64 %11, 0, !dbg !14 > > After the instrumentation pass, it needs to look like the following > > %13 = icmp eq i64 %11, 0, !dbg !14 > call void @instrumentation_function(i8* getelementptr inbounds ([5 x i8]* @.str6, i64 0, i64 0)) > > where str6 is a private constant declared as follows > @.str6 = private constant [4 x i8] c"%13\00" > > Note that the private constant that I am passing to the instrumentation_function is the name of the target temporary variable for the icmp instruction...
2013 Nov 23
2
[LLVMdev] bugpoint question
...bugging code generator crash! Checking to see if we can delete global inits: <llc> - Removing all global inits hides problem! *** Attempting to reduce the number of global variables in the testcase Checking for crash with only these global variables: .str .str1 .str2 .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> Checking for crash with only these blocks: entry cond.true cond.false cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 cond.end25... <20 total>: Cannot find `opt' in PATH! simplifycfg failed! On 11/22/2013 07:14 PM...
2013 Nov 23
0
[LLVMdev] bugpoint question
...cking to see if we can delete global inits: <llc> > - Removing all global inits hides problem! > > *** Attempting to reduce the number of global variables in the > testcase > Checking for crash with only these global variables: .str .str1 > .str2 > .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> > Checking for crash with only these blocks: entry cond.true cond.false > cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 > cond.end25... <20 total>: Cannot find `opt' in PATH! > simplifycfg failed! Is ...
2013 Nov 23
0
[LLVMdev] bugpoint question
----- Original Message ----- > From: "reed kotler" <rkotler at mips.com> > To: LLVMdev at cs.uiuc.edu > Sent: Friday, November 22, 2013 8:40:24 PM > Subject: [LLVMdev] bugpoint question > > This is my first time using bugpoint. I'm getting the following > error: > > /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc > --tool-args >
2013 Nov 23
2
[LLVMdev] bugpoint question
This is my first time using bugpoint. I'm getting the following error: /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc --tool-args -target mips-linux-gnu -mcpu=mips16 -mips16-constant-islands Read input file : 'casts.bc' *** All input ok Initializing execution environment: Found llc: /home/rkotler/llvmw/install/bin/llc Sorry, I can't automatically select a
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...5 __FUNCTION__.22434 > +00000554 l O .rodata 00000015 __FUNCTION__.22347 > 00003700 l F .text ffffcac0 nonlocal_mentioned_p_1 > -00000569 l O .rodata 00000017 __FUNCTION__.22734 > +00000569 l O .rodata 00000017 __FUNCTION__.22647 > 00000580 l O .rodata 00000018 .str6 > 00003980 l F .text 0000009a nonlocal_mentioned_p > 00003a20 l F .text ffffc7f8 nonlocal_referenced_p_1 > -00000598 l O .rodata 00000018 __FUNCTION__.22833 > +00000598 l O .rodata 00000018 __FUNCTION__.22744 > 00003c00 l F .text 0000009a nonlocal_set_p > 0...
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...str3 = private unnamed_addr constant [2 x i8] c"w\00", align 1 @stderr = external global %struct._IO_FILE* @.str4 = private unnamed_addr constant [28 x i8] c"Cannot open output file %s\0A\00", align 1 @.str5 = private unnamed_addr constant [4 x i8] c"%d \00", align 1 @.str6 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str7 = private unnamed_addr constant [27 x i8] c"Cannot open input file %s\0A\00", align 1 @.str8 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str9 = private unnamed_addr constant [2 x i8] c&qu...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the