[all-commits] [llvm/llvm-project] 6ed05e: [mlir][vector] linearize vector.insert_strided_sli...

James Newling via All-commits all-commits at lists.llvm.org
Wed May 14 12:14:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ed05ed773f9ab1aa31c86d55254884ce48f0915
      https://github.com/llvm/llvm-project/commit/6ed05ed773f9ab1aa31c86d55254884ce48f0915
  Author: James Newling <james.newling at gmail.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
    M mlir/test/Dialect/Vector/linearize.mlir

  Log Message:
  -----------
  [mlir][vector] linearize vector.insert_strided_slice (flatten to vector.shuffle) (#138725)

Extends the set of vector operations that we can linearize to include
vector.insert_strided_slice. The new pattern reuses the ideas from
vector.extract_strided_slice linearization.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list