[Mlir-commits] [mlir] [mlir][ArmSME] Add tile slice to vector	intrinsics (PR #66910)
    Benjamin Maxwell 
    llvmlistbot at llvm.org
       
    Wed Sep 20 07:50:52 PDT 2023
    
    
  
================
@@ -334,3 +334,137 @@ llvm.func @arm_sme_vector_to_tile_vert(%tileslice : i32,
       (i32, i32, vector<[2]xi1>, vector<[2]xf64>) -> ()
   llvm.return
 }
+
+// -----
+
+llvm.func @prevent_dce.nxv16i8(vector<[16]xi8>)
----------------
MacDue wrote:
Looks like these can be removed anyway (I guess it does not try anything clever with intrinsics). 
https://github.com/llvm/llvm-project/pull/66910
    
    
More information about the Mlir-commits
mailing list