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