[llvm] Refactoring llvm-ir2vec.cpp for better separation of concerns in the Tooling classes (PR #170078)
Nishant Sachdeva via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 02:41:22 PST 2025
================
@@ -151,7 +152,30 @@ static cl::opt<EmbeddingLevel>
cl::init(FunctionLevel), cl::sub(EmbeddingsSubCmd),
cl::cat(CommonCategory));
+struct Triplet {
----------------
nishant-sachdeva wrote:
Accepted this
https://github.com/llvm/llvm-project/pull/170078
More information about the llvm-commits
mailing list