[Mlir-commits] [mlir] 7a71011 - [MLIR][Vector] Remove unused and unimplemented Vector_WarpExecuteOnLa… (#112338)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Mon Oct 28 09:12:16 PDT 2024
    
    
  
Author: Petr Kurapov
Date: 2024-10-28T17:12:12+01:00
New Revision: 7a710110fcb2ad5d903ec41ba6a63193cf03edc0
URL: https://github.com/llvm/llvm-project/commit/7a710110fcb2ad5d903ec41ba6a63193cf03edc0
DIFF: https://github.com/llvm/llvm-project/commit/7a710110fcb2ad5d903ec41ba6a63193cf03edc0.diff
LOG: [MLIR][Vector] Remove unused and unimplemented Vector_WarpExecuteOnLa… (#112338)
…ne0Op builder
Removing the declaration instead of implementing the builder as
discussed in #110106
Added: 
    
Modified: 
    mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Removed: 
    
################################################################################
diff  --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
index e859270cf9a5e5..474f4ccf4891de 100644
--- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
+++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -3090,7 +3090,6 @@ def Vector_WarpExecuteOnLane0Op : Vector_Op<"warp_execute_on_lane_0",
 
   let skipDefaultBuilders = 1;
   let builders = [
-    OpBuilder<(ins "Value":$laneid, "int64_t":$warpSize)>,
     OpBuilder<(ins "TypeRange":$resultTypes, "Value":$laneid,
                    "int64_t":$warpSize)>,
     // `blockArgTypes` are 
diff erent than `args` types as they are they
        
    
    
More information about the Mlir-commits
mailing list