[all-commits] [llvm/llvm-project] bf5f63: [memref][Transform][NFC] Improve the doc for maske...

qcolombet via All-commits all-commits at lists.llvm.org
Fri Jan 27 02:21:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf5f63e59fd729efd6dd69318b365293f7ce385d
      https://github.com/llvm/llvm-project/commit/bf5f63e59fd729efd6dd69318b365293f7ce385d
  Author: Quentin Colombet <quentin.colombet at gmail.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

  Log Message:
  -----------
  [memref][Transform][NFC] Improve the doc for masked_vectorize

The `transform.structured.masked_vectorize` operator assumes that the
iteration space of the given linalg op is smaller than the given vector
sizes.
Explicitly states this requirement in the description of the operation.

Also fix the related comment and assert message in the vectorization code.
The wording was flipped.

NFC

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




More information about the All-commits mailing list