[all-commits] [llvm/llvm-project] 9ffba1: [MLIR][Affine] Add custom builders for AffineVecto...

Frank Laub via All-commits all-commits at lists.llvm.org
Wed Nov 25 12:32:22 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ffba19e86ce234d7289b31b4a7b78cd8878f159
      https://github.com/llvm/llvm-project/commit/9ffba19e86ce234d7289b31b4a7b78cd8878f159
  Author: Frank Laub <frank.laub at intel.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp

  Log Message:
  -----------
  [MLIR][Affine] Add custom builders for AffineVectorLoadOp/AffineVectorStoreOp

Adding missing custom builders for AffineVectorLoadOp & AffineVectorStoreOp. In practice, it is difficult to correctly construct these ops without these builders (because the AffineMap is not included at construction time).

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




More information about the All-commits mailing list