[all-commits] [llvm/llvm-project] 16b022: [mlir] do not require LLVMDialect in conversion fr...

ftynse via All-commits all-commits at lists.llvm.org
Fri Aug 7 05:27:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 16b02253778caf1723b63c8ee482bb68ccae0a90
      https://github.com/llvm/llvm-project/commit/16b02253778caf1723b63c8ee482bb68ccae0a90
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

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

  Log Message:
  -----------
  [mlir] do not require LLVMDialect in conversion from LLVM IR

Historically, LLVMDialect has been required in the conversion from LLVM IR in
order to be able to construct types. This is no longer necessary with the new
type model and the dialect can be replaced with a local LLVM context.

Reviewed By: rriddle, mehdi_amini

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




More information about the All-commits mailing list