[PATCH] D83355: [flang] upstream intrinsic call lowering
Steve Scalpone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 7 17:08:57 PDT 2020
sscalpone accepted this revision.
sscalpone added inline comments.
This revision is now accepted and ready to land.
================
Comment at: flang/include/flang/Optimizer/Dialect/FIRType.h:245
/// returns -1 if the rank is unknown
- int getRank() const;
+ unsigned getRank() const;
};
----------------
Either the comment or the type ought to be changed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83355/new/
https://reviews.llvm.org/D83355
More information about the llvm-commits
mailing list