Skip to content

Commit 9ca34fc

Browse files
committed
fixup! AMDGPU: Fix runtime unrolling when cascaded GEPs present
1 parent e545559 commit 9ca34fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-runtime.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -mtriple=amdgcn-amd-amdhsa -passes=loop-unroll -S %s | FileCheck %s
2+
; RUN: opt -mtriple=amdgcn-amd-amdhsa -passes=loop-unroll -S %s -o - | FileCheck %s
33

44
%struct.wombat = type { %struct.zot, i32, [16 x i32], [16 x i32], i32, i32, [16 x i32], i32 }
55
%struct.zot = type { i32, i32, [1024 x i32] }

0 commit comments

Comments
 (0)