[all-commits] [llvm/llvm-project] 5616a7: [MLIR][LLVM] Expose type translator from LLVM to M...

William Moses via All-commits all-commits at lists.llvm.org
Wed Jun 23 10:23:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5616a79398c7f10d92daf7d6387b195e95f2ac7e
      https://github.com/llvm/llvm-project/commit/5616a79398c7f10d92daf7d6387b195e95f2ac7e
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Target/LLVMIR/TypeTranslation.h
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/TypeTranslation.cpp

  Log Message:
  -----------
  [MLIR][LLVM] Expose type translator from LLVM to MLIR Type

This commit moves the type translator from LLVM to MLIR to a public header for use by external projects or other code

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




More information about the All-commits mailing list