diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2009-04-10 10:09:34 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2009-04-10 10:09:34 +0000 |
commit | dbcfb3080a1e208aef8e4f13a94ce3aa8309643f (patch) | |
tree | e9158b75ba0a84dc6789a27a89cf8c051de5b8e9 /lib/CodeGen/MachineSink.cpp | |
parent | cb8c4778d3b86d47475a3ba3dea86dc0c887e5af (diff) |
Don't fold a load if the other operand is a TLS address.
With this we generate
movl %gs:0, %eax
leal i@NTPOFF(%eax), %eax
instead of
movl $i@NTPOFF, %eax
addl %gs:0, %eax
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions