[all-commits] [llvm/llvm-project] 3d36df: [mlir][LLVM] Add passthrough import support

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Jan 20 07:31:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d36df3ee3fc95c7e6afd074d9ae6ffe7a69b04e
      https://github.com/llvm/llvm-project/commit/3d36df3ee3fc95c7e6afd074d9ae6ffe7a69b04e
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ModuleImport.cpp
    M mlir/test/Target/LLVMIR/Import/basic.ll
    M mlir/test/Target/LLVMIR/Import/function-attributes.ll

  Log Message:
  -----------
  [mlir][LLVM] Add passthrough import support

This commit extends the LLVMIR import to support function attributes by
adding them to the passthrough array attribute.

Depends on D142013

Reviewed By: gysit

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




More information about the All-commits mailing list