[flang-commits] [flang] [flang][PPC] Improve vector type names in expression diagnostics (NFC) (PR #197821)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu May 21 05:09:28 PDT 2026


kparzysz wrote:

Thanks @cenewcombe. We've run into this sort of an issue before.  The layering between Evaluate and Semantics is either completely broken, or they should be in the same library.  One way to fix this would be to declare the function/class in a header in Evaluate, but define it in Semantics.

https://github.com/llvm/llvm-project/pull/197821


More information about the flang-commits mailing list