summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-09-14 18:31:58 +0000
committerAndrew Trick <atrick@apple.com>2012-09-14 18:31:58 +0000
commit985dc0dd64d778531e7ad32d5d81b950095310ae (patch)
tree81d3b2035d656768ff56de7a0316bcbd37c21327 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentda83703ed4e28d9d166e7a859e72dbdaed0be9d1 (diff)
downloadbcm5719-llvm-985dc0dd64d778531e7ad32d5d81b950095310ae.tar.gz
bcm5719-llvm-985dc0dd64d778531e7ad32d5d81b950095310ae.zip
Cortex-A9 instruction-level scheduling machine model.
This models the A9 processor at the level of instruction operands, as opposed to the itinerary, which models each operation at the level of pipeline stages. The two primary motivations are: 1) Allow MachineScheduler to model A9 as an out-of-order processor. It can now distinguish between hazards that force interlocking vs. buffered resources. 2) Reduce long-term maintenance by allowing the itinerary and target hooks to eventually be removed. Note that almost all of the complexity in the new model exists to model instruction variants, which the itinerary cannot handle. Instead the scheduler previously relied on processor-specific target hooks which are incomplete and buggy. llvm-svn: 163921
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud