Displaying 2 results from an estimated 2 matches for "0ada8833".
2012 Jul 16
0
[LLVMdev] question about Type::canLoslesslyBitCastTo
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120716/0ada8833/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: losslessbitcast.patch
Type: text/x-patch
Size: 1827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120716/0ada8833/attachment.bin>
2012 Jul 10
2
[LLVMdev] question about Type::canLoslesslyBitCastTo
Hi Akira,
> This is the definition of BITCAST in include/llvm/CodeGen/ISDOpcodes.h:
>
> // BITCAST - This operator converts between integer, vector and FP
> // values, as if the value was stored to memory with one type and loaded
> // from the same address with the other type (or equivalently for vector
> // format conversions, etc). The source and result are required to have