search for: 23ece5c5

Displaying 2 results from an estimated 2 matches for "23ece5c5".

2008 Jun 14
0
[LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86
...ets, including SPU, Alpha, etc. The commonality was that the MSB is set, and we would like to add support for vector shifting at some point. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080613/23ece5c5/attachment.html>
2008 Jun 13
6
[LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86
Hi all, When trying to generate a VFCmp instruction when UnsafeFPMath is set to true I get an assert "Unexpected CondCode" on my x86 system. This also happens with UnsafeFPMath set to false and using an unordered compare. Could someone look into this? While I'm at it, is there any reason why only the most significant bit of the return value of VFCmp is defined (according to