search for: cmpute

Displaying 7 results from an estimated 7 matches for "cmpute".

Did you mean: compute
2017 Mar 06
4
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...39;ll use this later for printf style debugging. declare i32 @printf(i8*, ...) ; define a main function. define i32 @main() prefix i32 123 { ; obtain a i32 pointer to the main function. ; the prefix data is right before that pointer. %main = bitcast i32 ()* @main to i32* ; use the gep, to cmpute the start of the prefix data. %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 ; and load it. %prefix_val = load i32, i32* %prefix_ptr ; print that value. %ret = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @.str2, i32 0, i32 0), i32 %prefix_val...
2017 Mar 06
6
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...8*, ...) >> >> ; define a main function. >> define i32 @main() prefix i32 123 { >> ; obtain a i32 pointer to the main function. >> ; the prefix data is right before that pointer. >> %main = bitcast i32 ()* @main to i32* >> >> ; use the gep, to cmpute the start of the prefix data. >> %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 >> ; and load it. >> %prefix_val = load i32, i32* %prefix_ptr >> >> ; print that value. >> %ret = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([8 x...
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...ng. > declare i32 @printf(i8*, ...) > > ; define a main function. > define i32 @main() prefix i32 123 { > ; obtain a i32 pointer to the main function. > ; the prefix data is right before that pointer. > %main = bitcast i32 ()* @main to i32* > > ; use the gep, to cmpute the start of the prefix data. > %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 > ; and load it. > %prefix_val = load i32, i32* %prefix_ptr > > ; print that value. > %ret = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @.str2,...
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...> > > > ; define a main function. > > define i32 @main() prefix i32 123 { > > ; obtain a i32 pointer to the main function. > > ; the prefix data is right before that pointer. > > %main = bitcast i32 ()* @main to i32* > > > > ; use the gep, to cmpute the start of the prefix data. > > %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 > > ; and load it. > > %prefix_val = load i32, i32* %prefix_ptr > > > > ; print that value. > > %ret = call i32 (i8*, ...) @printf(i8* getelementptr inbounds...
2007 Mar 02
1
Fwd: Re: [friday topic]: what exactly is statistical computing
This is a very fascinating discussion topic. I find I run into some fundamental differences in interpretation of the phrase "statistical computing". I think of it as writing programs or functions, such as R or packages in R, and of understanding the numerical analysis behind these functions. I exclude USING computer programs, such as R, for data analysis from my definition of
2017 Mar 07
4
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...a main function. > > > define i32 @main() prefix i32 123 { > > > ; obtain a i32 pointer to the main function. > > > ; the prefix data is right before that pointer. > > > %main = bitcast i32 ()* @main to i32* > > > > > > ; use the gep, to cmpute the start of the prefix data. > > > %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 > > > ; and load it. > > > %prefix_val = load i32, i32* %prefix_ptr > > > > > > ; print that value. > > > %ret = call i32 (i8*, ...) @prin...
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...; > define i32 @main() prefix i32 123 { > > > > ; obtain a i32 pointer to the main function. > > > > ; the prefix data is right before that pointer. > > > > %main = bitcast i32 ()* @main to i32* > > > > > > > > ; use the gep, to cmpute the start of the prefix data. > > > > %prefix_ptr = getelementptr inbounds i32, i32* %main, i32 -1 > > > > ; and load it. > > > > %prefix_val = load i32, i32* %prefix_ptr > > > > > > > > ; print that value. > > > > %r...