The previous code made the assumption that the defining
operation is a fir::ConvertOp without checking. This results in
segmentation fault in code like the added test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D129077
[flang] Avoid segfault when defining op is not a fir::Convert clementval on Jul 4 2022, 6:36 AM. Authored by
Details The previous code made the assumption that the defining
Diff Detail
|