search for: 29e3dde8

Displaying 1 result from an estimated 1 matches for "29e3dde8".

Did you mean: 239edde8
2013 Oct 30
1
[LLVMdev] Optimization bug - spurious shift in partial word test
...lang and you will see the problem: #include <stdint.h> uint8_t testit(uint64_t a) { return ((int64_t) (a << 28) > 0) ; } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131030/29e3dde8/attachment.html>