[PATCH] D77768: [mlir][NFC] Refactor ClassID into a TypeID class.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 21:01:21 PDT 2020
mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/include/mlir/Support/TypeID.h:23
+
+/// This class represents a unique identifier for a specific C++ type.
+class TypeID {
----------------
I would extend a bit the description with more info about the intended use and how it work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77768/new/
https://reviews.llvm.org/D77768
More information about the llvm-commits
mailing list