25 lines · plain
1; RUN: opt %loadNPMPolly '-passes=polly-custom<scops>' -polly-print-scops -disable-output < %s2;3; Check that we do not crash with unsized (opaque) types.4;5target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"6 7%struct.s3 = type opaque8%struct.stmt = type opaque9 10; Function Attrs: nounwind uwtable11define void @columnMem(ptr %pStmt) #0 {12entry:13 br label %if.else14 15if.else: ; preds = %entry16 %0 = load ptr, ptr %pStmt, align 817 br i1 false, label %if.end9, label %if.then718 19if.then7: ; preds = %if.else20 br label %if.end921 22if.end9: ; preds = %if.then7, %if.else23 ret void24}25