[all-commits] [llvm/llvm-project] 37cf1f: [mlir][vector] Fix missed `return` in ExtractStrid...

Haocong Lu via All-commits all-commits at lists.llvm.org
Fri Oct 31 01:43:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37cf1fc62c8d95bc2b7487ef1302dc472606d66e
      https://github.com/llvm/llvm-project/commit/37cf1fc62c8d95bc2b7487ef1302dc472606d66e
  Author: Haocong Lu <haoconglu at qq.com>
  Date:   2025-10-31 (Fri, 31 Oct 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp

  Log Message:
  -----------
  [mlir][vector] Fix missed `return` in ExtractStridedSliceOp::fold (#165669)

Fix missed `return` when folding splat ConstantOp, it could work well
probably because of good compatibility of
`foldExtractStridedSliceNonSplatConstant`.



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