brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · b75dd87 Raw
13 lines · plain
1; RUN: opt %loadNPMPolly '-passes=polly-custom<prepare;ast>' -polly-print-ast -S < %s | FileCheck %s2 3; This testcase tests plugin registration. Check-lines below serve to verify4; that the passes actually ran.5 6; CHECK-LABEL: void @foo7; CHECK-NEXT: entry:8; CHECK-NEXT: br label %entry.split9define void @foo() {10entry:11  ret void12}13