[llvm] [NFC][IR2Vec] Reinitialize Function Vectors (PR #162165)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 11:15:43 PDT 2025


svkeerthy wrote:

Without this, if `computeEmbeddings()` is called twice, the returned function vector would be 2*(actual embedding value).

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


More information about the llvm-commits mailing list