aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-29 03:34:41 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-29 03:34:41 +0000
commit1df468ea9bb3887021946ed9e49ef26064628f9d (patch)
tree379301419c366ccd7e7c0dad7fad500ed6a4c538 /lib/Transforms/Utils/SimplifyCFG.cpp
parent9b8ed0e04aa2c2f18e39a4556006e08174c2eda1 (diff)
Simplify copyConstantToRegister() for longs, using a pair of recursive calls.
Copy constant-pool entries' addresses into registers before loading out of them, to avoid errors from the assembler. Handle loading call args past the 6th one off the stack. Add IMPLICIT_DEF pseudo-instrs for double and long arguments passed in register pairs. Use FpMOVD to copy doubles around instead of the horrible store-load thing we were doing before. Handle 'ret double' and 'ret long'. Fix a bug in handling 'and/or/xor long'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions