[all-commits] [llvm/llvm-project] 800593: [MLIR][LLVM] Avoid duplicated module flags in the ...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Mar 17 09:43:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 800593a014791e3aa26f04357f580d2dcc87320a
      https://github.com/llvm/llvm-project/commit/800593a014791e3aa26f04357f580d2dcc87320a
  Author: Christian Ulmann <christianulmann at gmail.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    M mlir/lib/Target/LLVMIR/DebugTranslation.h
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Target/LLVMIR/llvmir-debug.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  [MLIR][LLVM] Avoid duplicated module flags in the export (#131627)

This commit resolves an issue in the LLVMIR export that caused the
duplication of the "Debug Info Version" module flag, when it was already
in MLIR.



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