summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineMemOperand.h
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-03-31 14:45:15 +0000
committerHal Finkel <hfinkel@anl.gov>2012-03-31 14:45:15 +0000
commit5b00ceaeeabff8c25abb09926343c3fcb06053d8 (patch)
tree871027bb491aa31258b3949de78554eee8caea81 /include/llvm/CodeGen/MachineMemOperand.h
parentf5f256cffd7535d31dc24e7c9166f2084fe66e47 (diff)
downloadllvm-5b00ceaeeabff8c25abb09926343c3fcb06053d8.tar.gz
llvm-5b00ceaeeabff8c25abb09926343c3fcb06053d8.tar.bz2
llvm-5b00ceaeeabff8c25abb09926343c3fcb06053d8.tar.xz
Fix dynamic linking on PPC64.
Dynamic linking on PPC64 has had problems since we had to move the top-down hazard-detection logic post-ra. For dynamic linking to work there needs to be a nop placed after every call. It turns out that it is really hard to guarantee that nothing will be placed in between the call (bl) and the nop during post-ra scheduling. Previous attempts at fixing this by placing logic inside the hazard detector only partially worked. This is now fixed in a different way: call+nop codegen-only instructions. As far as CodeGen is concerned the pair is now a single instruction and cannot be split. This solution works much better than previous attempts. The scoreboard hazard detector is also renamed to be more generic, there is currently no cpu-specific logic in it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineMemOperand.h')
0 files changed, 0 insertions, 0 deletions