[all-commits] [llvm/llvm-project] 44e036: [MLIR][LLVM][Flang] Move the element param of DICo...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed Sep 3 05:05:48 PDT 2025
Branch: refs/heads/users/dinistro/fix-arg-param-order
Home: https://github.com/llvm/llvm-project
Commit: 44e03617da6587c355f434b4dba0d5f67922f89d
https://github.com/llvm/llvm-project/commit/44e03617da6587c355f434b4dba0d5f67922f89d
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
M flang/test/Transforms/debug-allocatable-1.fir
M flang/test/Transforms/debug-assumed-rank-array.fir
M flang/test/Transforms/debug-assumed-shape-array-2.fir
M flang/test/Transforms/debug-assumed-shape-array.fir
M flang/test/Transforms/debug-ptr-type.fir
M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
M mlir/lib/CAPI/Dialect/LLVM.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp
M mlir/lib/Target/LLVMIR/DebugImporter.cpp
M mlir/test/Dialect/LLVMIR/debuginfo.mlir
Log Message:
-----------
[MLIR][LLVM][Flang] Move the element param of DICompositeType to the end
This commit moves the "element" param of `DICompositeType` to the end of
the parameter list. This is required as there seems to be a bug in the
attribute parser that breaks a print + parse roundtrip.
Related ticket: https://github.com/llvm/llvm-project/issues/156623
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