diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-12-01 01:06:44 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-12-01 01:06:44 +0000 |
commit | 8c3dccde92e50f5be7d14cef2a6db34ea6ae2bc0 (patch) | |
tree | 7ec3b3c5a30b24dd7abd26539d400653aad631a6 /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 1854e1455af3fdcecdbccd83ddf45cd1ae662aeb (diff) |
Simplify REG_SEQUENCE lowering.
The TwoAddressInstructionPass takes the machine code out of SSA form by
expanding REG_SEQUENCE instructions into copies. It is no longer
necessary to rewrite the registers used by a REG_SEQUENCE instruction
because the new coalescer algorithm can do it now.
REG_SEQUENCE is just converted to a sequence of sub-register copies now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions