[all-commits] [llvm/llvm-project] 671eaf: [mlir][vector] Avoid use of vector.splat in transf...

James Newling via All-commits all-commits at lists.llvm.org
Thu Jul 31 06:28:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 671eaf84b35ae7475783e92dd4e3ac302eef891b
      https://github.com/llvm/llvm-project/commit/671eaf84b35ae7475783e92dd4e3ac302eef891b
  Author: James Newling <james.newling at gmail.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/LowerVectorBroadcast.cpp
    M mlir/lib/Dialect/Vector/Transforms/LowerVectorTransfer.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorInsertExtractStridedSliceRewritePatterns.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/vector-broadcast-lowering-transforms.mlir
    M mlir/test/Dialect/Vector/vector-outerproduct-lowering-transforms.mlir

  Log Message:
  -----------
  [mlir][vector] Avoid use of vector.splat in transforms (#150279)

This is part of vector.splat deprecation
Reference: https://discourse.llvm.org/t/rfc-mlir-vector-deprecate-then-remove-vector-splat/87143/5
Instead of creating vector::SplatOp, create vector::BroadcastOp



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