[PATCH] D96154: [flang][NFC] Make KindTy consistent and consistently used.
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 10:01:21 PST 2021
kiranchandramohan added a comment.
Should we change the following two usage as well?
lib/Optimizer/Dialect/FIRAttr.cpp: int getFKind() const { return kind; }
lib/Optimizer/Dialect/FIRAttr.cpp:int RealAttr::getFKind() const { return getImpl()->getFKind(); }
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96154/new/
https://reviews.llvm.org/D96154
More information about the llvm-commits
mailing list