Displaying 4 results from an estimated 4 matches for "r106433".
2010 Jun 21
0
[LLVMdev] LLC Bug x86 with thread local storage
...onversion for 32 bit to 64bit.
>
> If someone could approve it or help me with this bug it will be wonderful.
I think it just needs support in all of those cases for the tls immediate type (for example your test would have still failed in kernel mode). I've gone ahead and added that in r106433 and it passes the testcase in a few different codegen modes, but don't have any way of testing on linux at the moment so if you can test the codegen that would be appreciated.
Thanks!
-eric
2010 Jun 21
2
[LLVMdev] LLC Bug x86 with thread local storage
Hello,
This bug affects all LLVM versions from 2.6 to trunk :
http://llvm.org/bugs/show_bug.cgi?id=5081
The workaround I found is to add this :
Index: lib/Target/X86/X86Instr64bit.td
===================================================================
--- lib/Target/X86/X86Instr64bit.td (revision 105882)
+++ lib/Target/X86/X86Instr64bit.td (working copy)
@@ -1832,6 +1832,8 @@
2010 Jun 22
2
[LLVMdev] LLC Bug x86 with thread local storage
...bit.
>>
>> If someone could approve it or help me with this bug it will be wonderful.
>>
> I think it just needs support in all of those cases for the tls immediate type (for example your test would have still failed in kernel mode). I've gone ahead and added that in r106433 and it passes the testcase in a few different codegen modes, but don't have any way of testing on linux at the moment so if you can test the codegen that would be appreciated.
>
> Thanks!
>
> -eric
Actually, now llc works with the testcase but the generated code is
wrong if you try...
2010 Jul 07
0
[LLVMdev] LLC Bug x86 with thread local storage
...;
>>> If someone could approve it or help me with this bug it will be
wonderful.
>>>
>> I think it just needs support in all of those cases for the tls
immediate type (for example your test would have still failed in kernel
mode). I've gone ahead and added that in r106433 and it passes the
testcase in a few different codegen modes, but don't have any way of
testing on linux at the moment so if you can test the codegen that would
be appreciated.
>>
>> Thanks!
>>
>> -eric
> Actually, now llc works with the testcase but the genera...