[all-commits] [llvm/llvm-project] d9dadf: Refactor ModuleToObject to offer more flexibility ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Fri Nov 3 13:41:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9dadfda85aad7942f6b61783402b9f2d5173782
      https://github.com/llvm/llvm-project/commit/d9dadfda85aad7942f6b61783402b9f2d5173782
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Target/LLVM/ModuleToObject.h
    M mlir/include/mlir/Target/LLVM/NVVM/Utils.h
    M mlir/include/mlir/Target/LLVM/ROCDL/Utils.h
    M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Target/LLVM/CMakeLists.txt
    M mlir/lib/Target/LLVM/ModuleToObject.cpp
    M mlir/lib/Target/LLVM/NVVM/Target.cpp
    M mlir/lib/Target/LLVM/ROCDL/Target.cpp

  Log Message:
  -----------
  Refactor ModuleToObject to offer more flexibility to subclass (NFC)

Some specific implementation of the offload may want more customization, and
even avoid using LLVM in-tree to dispatch the ISA translation to a custom
solution. This refactoring makes it possible for such implementation to work
without even configuring the target backend in LLVM.

Reviewers: fabianmcg

Reviewed By: fabianmcg

Pull Request: https://github.com/llvm/llvm-project/pull/71165




More information about the All-commits mailing list