[AArch64] Refines the Cortex-A57 Machine Model
authorDave Estes <cestes@codeaurora.org>
Mon, 29 Sep 2014 21:27:36 +0000 (21:27 +0000)
committerDave Estes <cestes@codeaurora.org>
Mon, 29 Sep 2014 21:27:36 +0000 (21:27 +0000)
commitf657899174c91b69b7e2934eb9cd6a2ef3ca23f2
treeaeb365f8456e38b6c36d78597a4547243a163f0d
parent03b4667e14c418041a8a8ec4ce099b1d7ce51a11
[AArch64] Refines the Cortex-A57 Machine Model

Primarily refines all of the instructions with accurate latency
and micro-op information. Refinements largely focus on the NEON
instructions.

Additionally, a few advanced features are modeled, including
forwarding for MAC instructions and hazards for floating point SQRT
and DIV.

Lastly, the issue-width is reduced to three so that the scheduler
will better accommodate the narrower decode and dispatch width.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218627 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64SchedA57WriteRes.td