[Mlir-commits] [mlir] [MLIR][Vector] Remove unused and unimplemented Vector_WarpExecuteOnLa… (PR #112338)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Oct 15 02:24:26 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-vector
Author: Petr Kurapov (kurapov-peter)
<details>
<summary>Changes</summary>
…ne0Op builder
Removing the declaration instead of implementing the builder as discussed in #<!-- -->110106
---
Full diff: https://github.com/llvm/llvm-project/pull/112338.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/Vector/IR/VectorOps.td (-1)
``````````diff
diff --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
index b0de7c11b9d436..96321f86ed9d07 100644
--- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
+++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -3084,7 +3084,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 different than `args` types as they are they
``````````
</details>
https://github.com/llvm/llvm-project/pull/112338
More information about the Mlir-commits
mailing list