[all-commits] [llvm/llvm-project] d453d7: [mlir][vector] add proper verification to vector.p...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Feb 6 14:10:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d453d73d0d04c452e33d9d96743710dbb9ce5b09
      https://github.com/llvm/llvm-project/commit/d453d73d0d04c452e33d9d96743710dbb9ce5b09
  Author: Aart Bik <ajcbik at google.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/test/Dialect/Vector/invalid.mlir
    M mlir/test/Dialect/Vector/ops.mlir

  Log Message:
  -----------
  [mlir][vector] add proper verification to vector.print operation

Rationale:
Only proper vectors and scalars of floating-point or integral types
are actually lowered to calls into the light-weight output library.

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D143423




More information about the All-commits mailing list