[PATCH] D105500: [flang] Prevent rewrite of shape inquiries to non constant explicit expr
Jean Perier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 13:00:45 PDT 2021
jeanPerier added a comment.
In D105500#2862295 <https://reviews.llvm.org/D105500#2862295>, @klausler wrote:
> Are there any clients of these APIs that should have the new flag arguments set to "true"?
Yes, the derived type info generation needs to be able to access length type parameters symbols in the returned expressions. `runtime-type-info.cpp` changes are setting the `useNonConstantExplicitExpr` to true.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105500/new/
https://reviews.llvm.org/D105500
More information about the llvm-commits
mailing list