diff options
author | Sirish Pande <spande@codeaurora.org> | 2012-04-12 21:06:54 +0000 |
---|---|---|
committer | Sirish Pande <spande@codeaurora.org> | 2012-04-12 21:06:54 +0000 |
commit | 1d195b9c250bd45487c19b35aebe28be37f45a45 (patch) | |
tree | 936de41f5d9518efaaf083564965b6e873f1cb71 /llvm/test/CodeGen/Hexagon/combine.ll | |
parent | b486144c121fb20592fbd0ad1d915d3489309fca (diff) | |
download | bcm5719-llvm-1d195b9c250bd45487c19b35aebe28be37f45a45.tar.gz bcm5719-llvm-1d195b9c250bd45487c19b35aebe28be37f45a45.zip |
Disable Hexagon test temporarily.
There is an assert at line 558 in ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA).
This assert needs to addressed for post RA scheduler. Until that assert is addressed,
any passes that uses post ra scheduler will fail. So, I am temporarily disabling the
hexagon tests until that fix is in.
The assert is as follows:
assert(!MI->isTerminator() && !MI->isLabel() &&
"Cannot schedule terminators or labels!");
llvm-svn: 154617
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/combine.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/combine.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/combine.ll b/llvm/test/CodeGen/Hexagon/combine.ll index 721998596c8..36abd74d762 100644 --- a/llvm/test/CodeGen/Hexagon/combine.ll +++ b/llvm/test/CodeGen/Hexagon/combine.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; RUN: true +; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s ; CHECK: combine(r{{[0-9]+}}, r{{[0-9]+}}) @j = external global i32 |