llvm-project
e27b8b2e - [flang][debug] Improve handling of cyclic derived types with classes. (#129588)

Commit
1 year ago
[flang][debug] Improve handling of cyclic derived types with classes. (#129588) While checking if a type should be cached or not, we use `getDerivedType` to peel outer layers and get to the base type. This function did not peel the `fir.class` which caused the algorithm to fail. Fixes #128606.
Author
Parents
Loading