[llvm-branch-commits] [llvm] [NFC][IR2Vec] Exposing helpers in IR2Vec Vocabulary (PR #147841)
S. VenkataKeerthy via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 14 10:51:42 PDT 2025
================
@@ -163,6 +163,14 @@ class Vocabulary {
static constexpr unsigned MaxOperandKinds =
static_cast<unsigned>(OperandKind::MaxOperandKind);
+public:
----------------
svkeerthy wrote:
I just prefer to have constructor in the top :)
https://github.com/llvm/llvm-project/pull/147841
More information about the llvm-branch-commits
mailing list