[flang-commits] [PATCH] D123944: [flang] Fix UBOUND() constant folding for parentheses expr
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Apr 22 02:59:15 PDT 2022
jeanPerier accepted this revision.
jeanPerier added a comment.
This revision is now accepted and ready to land.
I think I would have slightly favored a version that dealt with this in `GetConstantArrayBoundHelper` without defining a new expression visitor, but I am also OK with this solution. Thanks for the fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123944/new/
https://reviews.llvm.org/D123944
More information about the flang-commits
mailing list