[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / test / ScopInfo / opaque-struct.ll
blob19fdd9bf917936f81d26a0bdeb06deccb342dd55
1 ; RUN: opt %loadPolly -polly-scops -disable-output < %s
3 ; Check that we do not crash with unsized (opaque) types.
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
7 %struct.s3 = type opaque
8 %struct.stmt = type opaque
10 ; Function Attrs: nounwind uwtable
11 define void @columnMem(ptr %pStmt) #0 {
12 entry:
13   br label %if.else
15 if.else:                                          ; preds = %entry
16   %0 = load ptr, ptr %pStmt, align 8
17   br i1 false, label %if.end9, label %if.then7
19 if.then7:                                         ; preds = %if.else
20   br label %if.end9
22 if.end9:                                          ; preds = %if.then7, %if.else
23   ret void