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
Revert "[llvm-exegesis] Fix preservation of RDI in subprocess mode (#72458)"
[llvm-project.git]
/
mlir
/
test
/
IR
/
test-region-branch-op-verifier.mlir
blob
f5fb7fc2b25cb9c6c0ad6b42e9ce8cb915603cd2
1
// RUN: mlir-opt %s
2
3
func.func @test_ops_verify(%arg: i32) -> f32 {
4
%0 = "test.constant"() { value = 5.3 : f32 } : () -> f32
5
%1 = test.loop_block %arg : (i32) -> f32 {
6
^bb0(%arg1 : i32):
7
test.loop_block_term iter %arg exit %0
8
}
9
return %1 : f32
10
}