[HLSL] Implement HLSL Elementwise casting (excluding splat cases); Re-land #118842...
[llvm-project.git] / polly / test / Support / Plugins.ll
blob872a32fad4fede3564a617dff5b6086a6ee658f9
1 ; RUN: opt %loadNPMPolly '-passes=polly-prepare,scop(print<polly-ast>)' -S < %s \
2 ; RUN: | FileCheck %s
4 ; This testcase tests plugin registration. Check-lines below serve to verify
5 ; that the passes actually ran.
7 ; CHECK-LABEL: void @foo
8 ; CHECK-NEXT: entry:
9 ; CHECK-NEXT: br label %entry.split
10 define void @foo() {
11 entry:
12   ret void