search for: sunkaddr15

Displaying 1 result from an estimated 1 matches for "sunkaddr15".

Did you mean: sunkaddr1
2011 Sep 06
1
[LLVMdev] sunkaddr var names
When viewing generated IR code in a module I generated, I'm seeing %sunkaddr?? IR variables, being created that I did not generate. What is the point of these var names, and implementations of their use such as: %sunkaddr16 = sext i32 %25 to i64 %sunkaddr15 = ptrtoint i8* %addr to i64 %sunkaddr17 = mul i64 %sunkaddr16, 4 %sunkaddr18 = add i64 %sunkaddr15, %sunkaddr17 %sunkaddr19 = add i64 %sunkaddr18, 28 %sunkaddr20 = inttoptr i64 %sunkaddr19 to i32* store i32 %27, i32* %sunkaddr20 I can guess sunkaddr means sunk address, and that the imple...