diff options
| author | Andrew Trick <atrick@apple.com> | 2012-02-01 22:13:57 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2012-02-01 22:13:57 +0000 |
| commit | d06df96a7cdf71446f6de2eac5b1b0bf5a6eeb91 (patch) | |
| tree | 7e5ea703303e232ff8140d8f779b1a1f54ded0f2 /llvm/test/CodeGen/Hexagon/args.ll | |
| parent | 855662ad9a1f8f1641d9650a45c6075011877223 (diff) | |
| download | bcm5719-llvm-d06df96a7cdf71446f6de2eac5b1b0bf5a6eeb91.tar.gz bcm5719-llvm-d06df96a7cdf71446f6de2eac5b1b0bf5a6eeb91.zip | |
VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA).
This new scheduler plugs into the existing selection DAG scheduling framework. It is a top-down critical path scheduler that tracks register pressure and uses a DFA for pipeline modeling.
Patch by Sergei Larin!
llvm-svn: 149547
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/args.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/args.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/args.ll b/llvm/test/CodeGen/Hexagon/args.ll index 4ebcaec3081..e9ac8b67493 100644 --- a/llvm/test/CodeGen/Hexagon/args.ll +++ b/llvm/test/CodeGen/Hexagon/args.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched < %s | FileCheck %s ; CHECK: r[[T0:[0-9]+]] = #7 ; CHECK: memw(r29 + #0) = r[[T0]] ; CHECK: r0 = #1 |

