[all-commits] [llvm/llvm-project] 22a11b: [mlir][vector] Fix parser of `vector.contract` (#1...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Fri Mar 28 18:25:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22a11be8ab6f31cd3621f37d675e44988218f314
      https://github.com/llvm/llvm-project/commit/22a11be8ab6f31cd3621f37d675e44988218f314
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-03-29 (Sat, 29 Mar 2025)

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

  Log Message:
  -----------
  [mlir][vector] Fix parser of `vector.contract` (#133434)

This PR adds a check in the parser to prevent a crash when
`vector.contract` lacks the `iterator_types` attribute.
Fixes #132886.



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