[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / polly / test / ScopInfo / opaque-struct.ll
blobf4f79525069e580724429ea64f56f56c68beaecd
1 ; RUN: opt %loadNPMPolly '-passes=print<polly-function-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