[Mlir-commits] [mlir] [mlir][vector] Add support for linearizing Extract, ExtractStridedSlice, Shuffle VectorOps in VectorLinearize (PR #88204)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Apr 12 02:26:22 PDT 2024
================
@@ -103,6 +105,234 @@ struct LinearizeVectorizable final
return success();
}
+private:
+ unsigned targetVectorBitWidth;
+};
+
+struct LinearizeVectorExtractStridedSlice final
----------------
banach-space wrote:
Please add comments summarising this transformation. Would be good to have that for other patterns too.
https://github.com/llvm/llvm-project/pull/88204
More information about the Mlir-commits
mailing list