search for: e3f9b618

Displaying 2 results from an estimated 2 matches for "e3f9b618".

2008 Aug 05
0
[LLVMdev] Anderson's analysis, getresult instruction on x86_64
...cgi?id=2557 [2]: http://llvm.org/bugs/show_bug.cgi?id=2451 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080805/e3f9b618/attachment.sig>
2008 Aug 05
3
[LLVMdev] Anderson's analysis, getresult instruction on x86_64
Hi, I was trying to run Anderson's pointer analysis using opt on a 64 bit x86 system (running Ubuntu 8.04) and it seems that the 'getresult' instruction is not currently handled. When I run the same analysis on the bitcode got by compiling (using llvm-gcc on a 32 bit machine) on a 32-bit x86 machine, it runs fine. I was trying to see if it is possible to quickly add a