[flang-commits] [PATCH] D95744: [flang] Improve shape & length characterization

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Sat Jan 30 12:34:45 PST 2021


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

All builds, tests, and looks good.



================
Comment at: flang/include/flang/Evaluate/tools.h:336
+template <typename A>
+const Symbol *UnwrapWholeSymbolOrComponentDataRef(const A &x) {
+  if (auto dataRef{ExtractDataRef(x)}) {
----------------
I think that this might win the prize for the longest name in the compiler!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95744/new/

https://reviews.llvm.org/D95744



More information about the flang-commits mailing list