[all-commits] [llvm/llvm-project] 3035e6: [mlir][spirv] Add VectorInsertDynamicOp and vector...

abialas1 via All-commits all-commits at lists.llvm.org
Tue Nov 10 00:50:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3035e676a3880a6f207f8668bde7e47248520e07
      https://github.com/llvm/llvm-project/commit/3035e676a3880a6f207f8668bde7e47248520e07
  Author: Artur Bialas <artur.bialas at intel.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVCompositeOps.td
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
    M mlir/test/Conversion/VectorToSPIRV/simple.mlir
    M mlir/test/Dialect/SPIRV/Serialization/composite-op.mlir
    M mlir/test/Dialect/SPIRV/composite-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add VectorInsertDynamicOp and vector.insertelement lowering

VectorInsertDynamicOp in SPIRV dialect
conversion from vector.insertelement to spirv VectorInsertDynamicOp

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




More information about the All-commits mailing list