Displaying 1 result from an estimated 1 matches for "ec954dff".
2012 Nov 08
2
[LLVMdev] Bug Report -- Possible optimizer bug with thread_local variables
...le int * Ptr;
then the bug reappears, as the load "*Ptr" in main() will be incorrectly
optimized to:
%5 = load volatile i32* @Foo, align 4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121107/ec954dff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121107/ec954dff/attachment.c>
-------------- next part ------------...