[all-commits] [llvm/llvm-project] 38d0df: [mlir] CRunnerUtils: qualify UnrankedMemRefType to...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Mon May 2 10:19:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38d0df557706940af5d7110bdf662590449f8a60
      https://github.com/llvm/llvm-project/commit/38d0df557706940af5d7110bdf662590449f8a60
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h

  Log Message:
  -----------
  [mlir] CRunnerUtils: qualify UnrankedMemRefType to avoid collisions with mlir::UnrankedMemRefType

When CRunnerUtils included together with MLIR IR headers, it can lead to compilation errors.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list