[all-commits] [llvm/llvm-project] 76812f: [mlir][vector] Improve vector dialect documentatio...

Erick Ochoa Lopez via All-commits all-commits at lists.llvm.org
Wed Aug 27 11:40:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76812fc4f25481cd0c1d1276ab65c98276817022
      https://github.com/llvm/llvm-project/commit/76812fc4f25481cd0c1d1276ab65c98276817022
  Author: Erick Ochoa Lopez <erick.ochoalopez at amd.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/include/mlir/IR/CommonAttrConstraints.td

  Log Message:
  -----------
  [mlir][vector] Improve vector dialect documentation and constraint predicates (#155259)

This PR changes the documentation of the vector dialect to better
reflect reality. When vector operations with alignment requirements are
violated, undefined behavior will occur.

This PR also adds the predicate `IntValidAlignment` and adds it as
constraint predicates for alignment attribtues.



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