[all-commits] [llvm/llvm-project] 494c82: [IR2Vec] Support for lazy computation of BB Embedd...
S. VenkataKeerthy via All-commits
all-commits at lists.llvm.org
Thu May 29 15:30:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 494c82e709fa89110a3178bff1330a38f13f87be
https://github.com/llvm/llvm-project/commit/494c82e709fa89110a3178bff1330a38f13f87be
Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M llvm/include/llvm/Analysis/IR2Vec.h
M llvm/lib/Analysis/IR2Vec.cpp
M llvm/unittests/Analysis/IR2VecTest.cpp
Log Message:
-----------
[IR2Vec] Support for lazy computation of BB Embeddings (#142033)
This PR exposes interfaces to compute embeddings at BB level. This would be necessary for delta patching the embeddings in MLInliner (#141836).
(Tracking issue - #141817)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list