diff options
author | Sergei Larin <slarin@codeaurora.org> | 2012-09-04 14:49:56 +0000 |
---|---|---|
committer | Sergei Larin <slarin@codeaurora.org> | 2012-09-04 14:49:56 +0000 |
commit | 4d8986af12e50853742d60748e8f26b5f6b08b7e (patch) | |
tree | 7cf109d0413003bb2be601c7b1d07d6180420ecf /llvm/test/CodeGen/Hexagon/static.ll | |
parent | f00fb1c581781dd5c90d5fab90eeb916bbead4cc (diff) | |
download | bcm5719-llvm-4d8986af12e50853742d60748e8f26b5f6b08b7e.tar.gz bcm5719-llvm-4d8986af12e50853742d60748e8f26b5f6b08b7e.zip |
Porting Hexagon MI Scheduler to the new API.
Change current Hexagon MI scheduler to use new converging
scheduler. Integrates DFA resource model into it.
llvm-svn: 163137
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/static.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/static.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/static.ll b/llvm/test/CodeGen/Hexagon/static.ll index 2e4ab633e41..683a4c21bcb 100644 --- a/llvm/test/CodeGen/Hexagon/static.ll +++ b/llvm/test/CodeGen/Hexagon/static.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched < %s | FileCheck %s +; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s @num = external global i32 @acc = external global i32 |