Register Coalescing: add a flag to disable rescheduling.
authorAndrew Trick <atrick@apple.com>
Wed, 24 Apr 2013 15:54:39 +0000 (15:54 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 24 Apr 2013 15:54:39 +0000 (15:54 +0000)
commite2326ad2c00fe3e8e21dbf312f1987ba92308733
tree1a260999099a4478766d17fcef14f258e62638ae
parent811a372d4fbf505e3d5db3b1d18f1109de47e0a7
Register Coalescing: add a flag to disable rescheduling.

When MachineScheduler is enabled, this functionality can be
removed. Until then, provide a way to disable it for test cases and
designing MachineScheduler heuristics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp