[all-commits] [llvm/llvm-project] 16f8d1: [mlir] Add "memref::MemRefDialect" as dependentDia...

Xiang Li via All-commits all-commits at lists.llvm.org
Fri Jan 20 11:20:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16f8d17f7bd87c9da5266ae5136793a81624ecb7
      https://github.com/llvm/llvm-project/commit/16f8d17f7bd87c9da5266ae5136793a81624ecb7
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    A mlir/test/Conversion/GPUCommon/transfer_write.mlir

  Log Message:
  -----------
  [mlir] Add "memref::MemRefDialect" as dependentDialects for GpuToLLVMConversionPass

For https://github.com/llvm/llvm-project/issues/60070.
The issue is caused by memref.store is not registed.
Registe it by add "memref::MemRefDialect" as dependetDialects for GpuToLLVMConsersionPass.

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




More information about the All-commits mailing list