repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
mlir
/
test
/
Pass
/
interface-pass.mlir
blob
d02e8937f43aae59368f43e94e87b94a534a0617
1
// RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='builtin.module(func.func(test-interface-pass))' -o /dev/null
2
3
// Test that we run the interface pass on the function.
4
5
// expected-remark@below {{Executing interface pass on operation}}
6
func.func @main() {
7
return
8
}