[Mlir-commits] [mlir] [mlir][vector] Add support for linearizing Extract, ExtractStridedSlice, Shuffle VectorOps in VectorLinearize (PR #88204)

Charitha Saumya llvmlistbot at llvm.org
Wed Apr 17 10:03:55 PDT 2024


================
@@ -389,6 +389,12 @@ void populateVectorLinearizeTypeConversionsAndLegality(
     TypeConverter &typeConverter, RewritePatternSet &patterns,
     ConversionTarget &target, unsigned targetBitWidth);
 
+/// Populates patterns for linearizing ND (N >= 2) vector operations to 1D
+/// vector shuffle operations.
+void populateVectorLinearizeToShuffleRewritePatterns(
----------------
charithaintc wrote:

renamed to `populateVectorLinearizeShuffleLikeOpsPatterns`

https://github.com/llvm/llvm-project/pull/88204


More information about the Mlir-commits mailing list