[all-commits] [llvm/llvm-project] 37832d: [flang][debug] Support fir.vector type. (#112951)
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Thu Oct 24 05:37:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37832d5de2abb425c460375a4054478ce9f948fe
https://github.com/llvm/llvm-project/commit/37832d5de2abb425c460375a4054478ce9f948fe
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.h
A flang/test/Transforms/debug-vector-type.fir
Log Message:
-----------
[flang][debug] Support fir.vector type. (#112951)
This PR converts the `fir.vector<>` to
`DICompositeTypeAttr(DW_TAG_array_type)` with `vector` flag set.
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