Add a simple method for marking blocks with interference in and out.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 23 Jul 2011 03:10:19 +0000 (03:10 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 23 Jul 2011 03:10:19 +0000 (03:10 +0000)
commite60f103d2d3541e57a6ca8d788e959e03b615e5f
treeb63125276ada631b7267124f29f96e8f3cba15ee
parentc7931fd725b390142f9112952b1426560000e6b4
Add a simple method for marking blocks with interference in and out.

This method matches addLinks - All the listed blocks are considered to
have interference, so they add a negative bias to their bundles.

This could also be done by addConstraints, but that requires building a
separate BlockConstraint array.

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