Enable SandyBridgeModel for all modern Intel P6 descendants.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Mar 2013 22:19:12 +0000 (22:19 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 26 Mar 2013 22:19:12 +0000 (22:19 +0000)
commit6b359ecd43bbad20f417d7434d72bafccd6c2efe
tree0e74ceda477e61ee7219c3ed211d802cdcaa95ca
parentd072a166d6c77ebcfb4fde796e0784a56020b9a4
Enable SandyBridgeModel for all modern Intel P6 descendants.

All Intel CPUs since Yonah look a lot alike, at least at the granularity
of the scheduling models. We can add more accurate models for
processors that aren't Sandy Bridge if required. Haswell will probably
need its own.

The Atom processor and anything based on NetBurst is completely
different. So are the non-Intel chips.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.td
lib/Target/X86/X86Schedule.td
test/CodeGen/X86/misched-ilp.ll
test/CodeGen/X86/sink-hoist.ll