[Mlir-commits] [mlir] [mlir][ArmSME] Use liveness information in the tile allocator (PR #90448)
    Andrzej WarzyĆski 
    llvmlistbot at llvm.org
       
    Thu May  9 01:22:24 PDT 2024
    
    
  
================
----------------
banach-space wrote:
Here's another suggestion:
```mlir
func.func @cond_branch(%cond: i1, %tile: vector<[4]x[4]xf32>) {
  cf.cond_br %cond, ^bb1(%tile: vector<[4]x[4]xf32>), ^bb2(%tile: vector<[4]x[4]xf32>)
^bb1(%blockArg1: vector<[4]x[4]xf32>):
  return
^bb2(%blockArg2: vector<[4]x[4]xf32>):
  return
}
```
https://github.com/llvm/llvm-project/pull/90448
    
    
More information about the Mlir-commits
mailing list