xref: /llvm-project/polly/test/Support/Plugins.ll (revision e1f056f692d869708c1898d9d65a69ac5584a0ed)
1; RUN: opt %loadNPMPolly '-passes=polly-prepare,scop(print<polly-ast>)' -S < %s \
2; RUN: | FileCheck %s
3
4; This testcase tests plugin registration. Check-lines below serve to verify
5; that the passes actually ran.
6
7; CHECK-LABEL: void @foo
8; CHECK-NEXT: entry:
9; CHECK-NEXT: br label %entry.split
10define void @foo() {
11entry:
12  ret void
13}
14