[all-commits] [llvm/llvm-project] 42b178: fixup! fixup! [mlir][linalg] Refactor vectorizatio...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Thu May 29 13:17:49 PDT 2025


  Branch: refs/heads/users/banach-space/vector/update_vectorize_insert_slice
  Home:   https://github.com/llvm/llvm-project
  Commit: 42b17836544b40323ede44d4dda13d0d095c8817
      https://github.com/llvm/llvm-project/commit/42b17836544b40323ede44d4dda13d0d095c8817
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2025-05-29 (Thu, 29 May 2025)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
    M mlir/test/Dialect/LLVM/transform-e2e.mlir
    M mlir/test/Dialect/Vector/transform-vector.mlir

  Log Message:
  -----------
  fixup! fixup! [mlir][linalg] Refactor vectorization hooks to improve code reuse

* Restore the changes in transform-e2e.mlir + transform-vector.mlir
* Updated in_bounds attribute calculation in `createWriteOrMaskedWrite`
  - otherwise transform-e2e.mlir goes into an infite loop. I will create
    a repro and open a GitHub issue before landing this.
* The in_bounds attribute calculaiton is incorrect and I will create a
  GitHub ticket to fix it before merging this. See the comments in this
  patch.



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