[all-commits] [llvm/llvm-project] 0da028: [IR2Vec] Add support for flow-aware embeddings (#1...
S. VenkataKeerthy via All-commits
all-commits at lists.llvm.org
Thu Aug 28 12:56:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0da0289e46364fcbc5a3b559f43d146783628ddd
https://github.com/llvm/llvm-project/commit/0da0289e46364fcbc5a3b559f43d146783628ddd
Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
M llvm/include/llvm/Analysis/IR2Vec.h
M llvm/lib/Analysis/IR2Vec.cpp
A llvm/test/Analysis/IR2Vec/basic-flowaware.ll
A llvm/test/Analysis/IR2Vec/basic-symbolic.ll
A llvm/test/Analysis/IR2Vec/basic-vocab.ll
R llvm/test/Analysis/IR2Vec/basic.ll
M llvm/unittests/Analysis/IR2VecTest.cpp
Log Message:
-----------
[IR2Vec] Add support for flow-aware embeddings (#152613)
This patch introduces support for Flow-Aware embeddings in IR2Vec, which capture data flow information in addition to symbolic representations.
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