[llvm] [IR2Vec] Restrict caching only to Flow-Aware computation (PR #162559)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 14:45:26 PDT 2025
================
@@ -30,13 +30,17 @@ return: ; preds = %if.else, %if.then
%4 = load i32, ptr %retval, align 4
ret i32 %4
}
-
-; CHECK: Basic block vectors:
+; We'll get individual basic block embeddings for all blocks in the function.
----------------
mtrofin wrote:
why would removing caching change this?
https://github.com/llvm/llvm-project/pull/162559
More information about the llvm-commits
mailing list