[all-commits] [llvm/llvm-project] 553bfc: [mlir][Affine] Support affine vector loads/stores ...

Diego Caballero via All-commits all-commits at lists.llvm.org
Wed Sep 2 14:45:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 553bfc8fa17f8c8a2bc414af1a403ea4abc65fde
      https://github.com/llvm/llvm-project/commit/553bfc8fa17f8c8a2bc414af1a403ea4abc65fde
  Author: Diego Caballero <diego.caballero at intel.com>
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
    M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
    M mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir

  Log Message:
  -----------
  [mlir][Affine] Support affine vector loads/stores in LICM

Make use of affine memory op interfaces in AffineLoopInvariantCodeMotion so
that it can also work on affine.vector_load and affine.vector_store ops.

Reviewed By: bondhugula

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




More information about the All-commits mailing list