Assumed-shape, deferred-shape and assumed rank entities of PPC vector type are not supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nits, looks good otherwise.
flang/lib/Semantics/check-declarations.cpp | ||
---|---|---|
1006 | Nit: Parser and Semantics uses CHECK(); defined here: https://github.com/llvm/llvm-project/blob/main/flang/include/flang/Common/idioms.h#L89 | |
1007 | Nit: Parser, Semantics and Runtime uses brace initializations: std::string typeName{type->AsFortran()} https://github.com/llvm/llvm-project/blob/main/flang/docs/C%2B%2Bstyle.md#c-language |
Nit: Parser and Semantics uses CHECK(); defined here: https://github.com/llvm/llvm-project/blob/main/flang/include/flang/Common/idioms.h#L89