[all-commits] [llvm/llvm-project] da492d: [mlir][vector] Fix return of `DropUnitDimsFromTran...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Thu Aug 8 08:31:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da492d438790cc7c51f962071a887af7d20be30d
      https://github.com/llvm/llvm-project/commit/da492d438790cc7c51f962071a887af7d20be30d
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp

  Log Message:
  -----------
  [mlir][vector] Fix return of `DropUnitDimsFromTransposeOp` pattern (#102478)

This accidentally returned `failure()` (rather than `success()`) when it
applied.



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