misched: Target-independent support for load/store clustering.
authorAndrew Trick <atrick@apple.com>
Mon, 12 Nov 2012 19:40:10 +0000 (19:40 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 12 Nov 2012 19:40:10 +0000 (19:40 +0000)
commit9b5caaa9c452f262a52dd5ac7ebbc722da5a63de
treeb881fab9bfd2e4ed47848171401915857c06b06e
parent0a46bf13a3b6c412749b874b52c8234b027b7134
misched: Target-independent support for load/store clustering.

This infrastructure is generally useful for any target that wants to
strongly prefer two instructions to be adjacent after scheduling.

A following checkin will add target-specific hooks with unit
tests. Then this feature will be enabled by default with misched.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167742 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineScheduler.h
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/MachineScheduler.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp