[flang-commits] [PATCH] D123944: [flang] Fix UBOUND() constant folding for parentheses expr

Mike K via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Apr 26 03:28:24 PDT 2022


FruitClover added a comment.

In D123944#3467007 <https://reviews.llvm.org/D123944#3467007>, @jeanPerier wrote:

> 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.

Sure, ok for me, will update with slightly shorter version, much appreciated for the comments.


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