• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt %loadPolly -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