[Mlir-commits] [mlir] [mlir][vector] Add support for linearizing Extract, ExtractStridedSlice, Shuffle VectorOps in VectorLinearize (PR #88204)
Charitha Saumya
llvmlistbot at llvm.org
Fri Apr 12 12:38:39 PDT 2024
================
@@ -103,6 +105,234 @@ struct LinearizeVectorizable final
return success();
}
+private:
+ unsigned targetVectorBitWidth;
+};
+
+struct LinearizeVectorExtractStridedSlice final
----------------
charithaintc wrote:
Added some comments describing what the rewrite pattern does.
https://github.com/llvm/llvm-project/pull/88204
More information about the Mlir-commits
mailing list