[all-commits] [llvm/llvm-project] 96b442: [mlir][linalg][nfc] Clean-up leftover code post #1...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Wed Jul 30 12:34:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96b4425669352e240c753c352b2782cbfce0e129
      https://github.com/llvm/llvm-project/commit/96b4425669352e240c753c352b2782cbfce0e129
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

  Log Message:
  -----------
  [mlir][linalg][nfc] Clean-up leftover code post #149156 (#151334)

In https://github.com/llvm/llvm-project/pull/149156, I ensured that we
no longer generate spurious `tensor.empty` ops when vectorizing
`linalg.unpack`.

This follow-up removes leftover code that is now redundant but was
missed in the original PR and in #150602 that was also meant to clean-up
left-over code.

Note, this is removing code to compute "write-vector-sizes". Instead,
these are fully inferred from previous Ops.



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