[Mlir-commits] [mlir] [mlir][ArmSME] Lower vector.extract/insert on SME tiles to MOVA intrinsics (PR #67786)
    Andrzej WarzyĆski 
    llvmlistbot at llvm.org
       
    Fri Sep 29 09:31:21 PDT 2023
    
    
  
================
----------------
banach-space wrote:
Please add tests for other element types too. You can simplify them and only check the key stuff (i.e. that the correct intrinsics was called and that the data type is correct): 
```
// CHECK-LABEL: @vector_insert_slice(
// CHECK: "arm_sme.intr.write.horiz"(%{{.*}}, %{{.*}}, %{{.*}}, %{{.*}}) : (i32, i32, vector<[4]xi1>, vector<[4]xi32>) -> ()
```
This wouldn't apply to the first test in series :)
https://github.com/llvm/llvm-project/pull/67786
    
    
More information about the Mlir-commits
mailing list