Displaying 2 results from an estimated 2 matches for "f0e8cce0".
Did you mean:
70e8cc50
2006 Nov 06
2
[LLVMdev] Convert C++ to C. What is 0x0p+0 ?
...onversion to the C
> > > source and then back by your C compiler.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: helloworld.cpp
Type: text/x-c++src
Size: 95 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061106/f0e8cce0/attachment.cpp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: helloworld.c
Type: text/x-csrc
Size: 8631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061106/f0e8cce0/attachment.c>
2006 Nov 05
4
[LLVMdev] Convert C++ to C. What is 0x0p+0 ?
Hi:
I'm interested in using llvm to convert C++ code to C code.
I used the following command to do this:
% llvm-g++ -c foo.cpp -o - | llc -march=c -o foo.cbe.c
In the resulting file foo.cbe.c there are many occurences of '0x0p+0'.
What is it used for? Here's a code snippet from the file foo.cbe.c
if ((ltmp_126_2 > 0x0p+0)) {
goto ltmp_363_19;
} else {
goto