Displaying 3 results from an estimated 3 matches for "llvm_cbe_x".
Did you mean:
llvm_cbe_
2011 Feb 22
0
[LLVMdev] obtain the address and size of LLVM generated temporaries
On 02/22/2011 14:01, Chuck Zhao wrote:
> I wonder what is the right approach to obtain the address and size of
> LLVM (compiler) generated temporaries?
>
> E.g.
>
> %0 = %x + %y
> store i32 i0, i32 %z, align 4
>
> How can I get the address of %0 (which could be either a stack or heap
> variable)?
>
This is not possible since such value can also be in register.
2011 Feb 22
3
[LLVMdev] obtain the address and size of LLVM generated temporaries
I wonder what is the right approach to obtain the address and size of
LLVM (compiler) generated temporaries?
E.g.
%0 = %x + %y
store i32 i0, i32 %z, align 4
How can I get the address of %0 (which could be either a stack or heap
variable)?
Thank you
Chuck
2008 Mar 05
2
[LLVMdev] Error messages in llvm-test
...ference between 'U' and 's'
******************** TEST (cbe) 'divides' ****************************
--- snip ---
The lines that generate the errors are these:
142 unsigned int main(unsigned int llvm_cbe_argc,
unsigned char **llvm_cbe_argv) {
181 *(&llvm_cbe_x) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 };
182 *(&llvm_cbe_y) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 };
183 *(&llvm_cbe_z) = { 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 };
191 llvm_cbe_z_tmp_0__PHI_TEMPORARY =
{ 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0 }; /* for PHI node */
192 llv...