[PATCH] D93789: Add accessors for MCSubtargetInfo CPU and Feature tables
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 17 06:28:40 PST 2021
fhahn added inline comments.
================
Comment at: llvm/include/llvm/MC/MCSubtargetInfo.h:229
+ ArrayRef<SubtargetSubTypeKV> getCPUTable() const { return ProcDesc; }
+
----------------
Can you add doc-comments for the new functions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93789/new/
https://reviews.llvm.org/D93789
More information about the llvm-commits
mailing list