summaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/parallelandifcollapse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AMDGPU/parallelandifcollapse.ll')
-rw-r--r--test/CodeGen/AMDGPU/parallelandifcollapse.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/AMDGPU/parallelandifcollapse.ll b/test/CodeGen/AMDGPU/parallelandifcollapse.ll
index f32b044198ab..ea943a533c81 100644
--- a/test/CodeGen/AMDGPU/parallelandifcollapse.ll
+++ b/test/CodeGen/AMDGPU/parallelandifcollapse.ll
@@ -1,5 +1,4 @@
-; Function Attrs: nounwind
-; RUN: llc -march=r600 -mcpu=redwood -mattr=-promote-alloca < %s | FileCheck %s
+; RUN: llc -march=r600 -mcpu=redwood -mattr=-promote-alloca -amdgpu-sroa=0 < %s | FileCheck %s
;
; CFG flattening should use parallel-and mode to generate branch conditions and
; then merge if-regions with the same bodies.