[all-commits] [llvm/llvm-project] 652988: [flang][debug] Support TupleType. (#113917)
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Wed Oct 30 02:53:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 652988b65805b23f228db34adfff068cffd517cc
https://github.com/llvm/llvm-project/commit/652988b65805b23f228db34adfff068cffd517cc
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.h
A flang/test/Transforms/debug-tuple-type.fir
Log Message:
-----------
[flang][debug] Support TupleType. (#113917)
Handling is similar to RecordType with following differences:
1. No check for cyclic references
2. No extra processing for lower bounds of array members.
3. No line information as TupleType is a lowering artefact and does not
really represent an entity in the code.
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