[PATCH] D80197: [DebugInfo] Upgrade DISubrange to support Fortran dynamic arrays
Alok Kumar Sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 07:02:37 PDT 2020
alok marked 2 inline comments as done.
alok added inline comments.
================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:1522
static uint64_t rotateSign(int64_t I) {
uint64_t U = I;
----------------
melver wrote:
> rotateSign() is no longer used in this file. If there are no plans to use it again, please remove it.
> Thanks!
Thanks. It is fixed in a0d847c6cdcbe167213d91313577c57073d5c013
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80197/new/
https://reviews.llvm.org/D80197
More information about the llvm-commits
mailing list