[flang-commits] [flang] [flang][PPC] Improve vector type names in expression diagnostics (NFC) (PR #199383)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Mon May 25 07:38:23 PDT 2026
kkwli wrote:
Thanks for reworking. Since `FormatVectorType` and `DerivedTypeSpec::VectorTypeAsFortran` in `flang/lib/Semantics/type.cpp` are very similar, I think it is reasonable to refactor that and consider to put the common code in `flang/lib/Support/Fortran.cpp`. That may require some adjustment in what is being passed to the method.
https://github.com/llvm/llvm-project/pull/199383
More information about the flang-commits
mailing list