[llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 29 13:11:10 PDT 2025


================
@@ -162,8 +162,8 @@ class IR2VecTool {
 
     for (const BasicBlock &BB : F) {
       for (const auto &I : BB.instructionsWithoutDebug()) {
----------------
svkeerthy wrote:

Yes, it makes sense. Will track it separately.

https://github.com/llvm/llvm-project/pull/155323


More information about the llvm-commits mailing list