[llvm] [llvm-ir2vec][MIR2Vec] Supporting MIR mode in triplet and entity generation (PR #164329)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 22 19:24:17 PDT 2025
================
@@ -111,6 +111,11 @@ class MIRVocabulary {
size_t TotalEntries = 0;
} Layout;
+ // ToDo: See if we can have only one reg classes section instead of physical
----------------
mtrofin wrote:
"FIXME" not ToDo
https://github.com/llvm/llvm-project/pull/164329
More information about the llvm-commits
mailing list