[all-commits] [llvm/llvm-project] b65472: [MLIR] Add and propagate section attribute for LLV...

ranjith-jr via All-commits all-commits at lists.llvm.org
Tue Apr 27 21:23:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b65472d66dcc11600bd2093a484e1309533bdfac
      https://github.com/llvm/llvm-project/commit/b65472d66dcc11600bd2093a484e1309533bdfac
  Author: Ranjith Kumar H <ranjithkh1 at gmail.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Dialect/LLVMIR/global.mlir
    M mlir/test/Target/LLVMIR/import.ll
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [MLIR] Add and propagate section attribute for LLVM_GlobalOp

Add a section attribute to LLVM_GlobalOp, during module translation attribute value is propagated to llvm

Reviewed By: sgrechanik, ftynse, mehdi_amini

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




More information about the All-commits mailing list