[all-commits] [llvm/llvm-project] 3f8081: [IR2Vec] Make IR2VecCategory externally visible an...
S. VenkataKeerthy via All-commits
all-commits at lists.llvm.org
Fri Aug 29 11:49:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f8081d350e38496f6f9dec918258547dfc46d81
https://github.com/llvm/llvm-project/commit/3f8081d350e38496f6f9dec918258547dfc46d81
Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M llvm/include/llvm/Analysis/IR2Vec.h
M llvm/lib/Analysis/IR2Vec.cpp
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
Log Message:
-----------
[IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (#153089)
Consolidate IR2Vec option categories to use a single shared category across the library and tool.
With this change the cl options defined in IR2Vec.cpp are visible in llvm-ir2vec tool. This is necessary as we use the same options in the tool.
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