aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneTrace.cpp
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2003-05-31 07:32:01 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2003-05-31 07:32:01 +0000
commitd0d06ad4f3b2db53e68a9615b282a7474c61820b (patch)
tree0571c90529ab6c447268a5691802d52df3b808c1 /lib/Transforms/Utils/CloneTrace.cpp
parentaf9fd51da23b9e8ad6d38fb8859f3b7a55a61dcd (diff)
Extensive changes to the way code generation occurs for function
call arguments and return values: Now all copy operations before and after a call are generated during selection instead of during register allocation. The values are copied to virtual registers (or to the stack), but in the former case these operands are marked with the correct physical registers according to the calling convention. Although this complicates scheduling and does not work well with live range analysis, it simplifies the machine-dependent part of register allocation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneTrace.cpp')
0 files changed, 0 insertions, 0 deletions