diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2017-03-06 20:10:05 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2017-03-06 20:10:05 +0000 |
| commit | 3ea17044344cfb0f8b8d3c2553c670e023d5de6d (patch) | |
| tree | 513283215689056aefa6249f1eae39e0fbd8eaa7 /llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll | |
| parent | 77408b067c02d0ab6a1dd38fa55cb3c18f07245b (diff) | |
| download | bcm5719-llvm-3ea17044344cfb0f8b8d3c2553c670e023d5de6d.tar.gz bcm5719-llvm-3ea17044344cfb0f8b8d3c2553c670e023d5de6d.zip | |
AMDGPU/R600: Fix ALU clause markers use detection
also exit early on kill instead of redefinition.
Differential Revision: https://reviews.llvm.org/D30230
llvm-svn: 297060
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll b/llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll index 1f8a0e6588f..c5b89343616 100644 --- a/llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll +++ b/llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll @@ -1,8 +1,8 @@ ; RUN: opt -loop-unroll -unroll-threshold=2000 -S < %s | llc -march=r600 -mcpu=cypress | FileCheck %s -; XFAIL: * ; REQUIRES: asserts -; CHECK: {{^}}@alu_limits: +; CHECK: {{^}}alu_limits: +; CHECK: CF_END %struct.foo = type {i32, i32, i32} |

