diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-07-09 15:03:33 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-07-09 15:03:33 +0000 |
commit | f2cfef8172fd2eceb036b8caff50623a189ba2ff (patch) | |
tree | 73a7c07a0a19f3084b05c7e2241302be420d59f0 /test/CodeGen/R600/jump-address.ll | |
parent | f4bdec2ebeb1306a77e9377583c5799199775f88 (diff) | |
download | external_llvm-f2cfef8172fd2eceb036b8caff50623a189ba2ff.zip external_llvm-f2cfef8172fd2eceb036b8caff50623a189ba2ff.tar.gz external_llvm-f2cfef8172fd2eceb036b8caff50623a189ba2ff.tar.bz2 |
R600: Do not predicated basic block with multiple alu clause
Test is not included as it is several 1000 lines long.
To test this functionnality, a test case must generate at least 2 ALU clauses,
where an ALU clause is ~110 instructions long.
NOTE: This is a candidate for the stable branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/jump-address.ll')
-rw-r--r-- | test/CodeGen/R600/jump-address.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/jump-address.ll b/test/CodeGen/R600/jump-address.ll index ae9c8bb..9a5f1bc 100644 --- a/test/CodeGen/R600/jump-address.ll +++ b/test/CodeGen/R600/jump-address.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -; CHECK: JUMP @3 +; CHECK: JUMP @7 ; CHECK: EXPORT ; CHECK-NOT: EXPORT |