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
[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git]
/
mlir
/
test
/
mlir-reduce
/
single-function.mlir
blob
2c1213a87702f5c4330b22235e9d01ae22be50ad
1
// RUN: mlir-opt %s
2
// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
3
4
func.func @test() {
5
"test.op_crash"() : () -> ()
6
return
7
}