[all-commits] [llvm/llvm-project] 68330e: [mlir][vector] Relax transfer_read/transfer_write ...

Thomas via All-commits all-commits at lists.llvm.org
Mon Aug 10 08:58:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 68330ee0a977926d2f2857c62420b7729f4e45d3
      https://github.com/llvm/llvm-project/commit/68330ee0a977926d2f2857c62420b7729f4e45d3
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
    M mlir/test/Dialect/Vector/invalid.mlir
    M mlir/test/Dialect/Vector/ops.mlir

  Log Message:
  -----------
  [mlir][vector] Relax transfer_read/transfer_write restriction on memref operand

Relax the verifier for transfer_read/transfer_write operation so that it can
take a memref with a different element type than the vector being read/written.

This is based on the discourse discussion:
https://llvm.discourse.group/t/memref-cast/1514

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




More information about the All-commits mailing list