[llvm-branch-commits] [llvm] [IR2Vec] Minor vocab changes and	exposing weights (PR #143200)
    S. VenkataKeerthy via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Tue Jun 10 10:49:43 PDT 2025
    
    
  
================
@@ -53,7 +56,12 @@ class raw_ostream;
 enum class IR2VecKind { Symbolic };
 
 namespace ir2vec {
-/// Embedding is a datavtype that wraps std::vector<double>. It provides
+
+LLVM_ABI extern cl::opt<float> OpcWeight;
----------------
svkeerthy wrote:
#136623 adds LLVM_ABI tags to some globals and externs in Analysis. Removing it for now. Can be added later if necessary. 
https://github.com/llvm/llvm-project/pull/143200
    
    
More information about the llvm-branch-commits
mailing list