[all-commits] [llvm/llvm-project] fbee8d: [MLIR][LLVM] Allow importing of nameless globals (...

Ivan R. Ivanov via All-commits all-commits at lists.llvm.org
Mon Aug 5 19:16:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbee8d5a65defae402f98794d778fe724d24cc51
      https://github.com/llvm/llvm-project/commit/fbee8d5a65defae402f98794d778fe724d24cc51
  Author: Ivan R. Ivanov <ivanov.i.aa at m.titech.ac.jp>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
    M mlir/lib/Target/LLVMIR/ModuleImport.cpp
    M mlir/test/Target/LLVMIR/Import/global-variables.ll

  Log Message:
  -----------
  [MLIR][LLVM] Allow importing of nameless globals (#101918)

LLVM allows nameless globals for private global variables whereas in
MLIR globals must be addressed using symbols. We attach symbols to
nameless globals in order to enable their import.

---------

Co-authored-by: Christian Ulmann <christianulmann at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list