Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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(); }
Comment Actions
This kind of trivial renamings seem quite straightforward: should we use post-commit review for these?