Issue |
159427
|
Summary |
[IR2Vec] Separating interface from implementation for the analysis pass
|
Labels |
new issue
|
Assignees |
|
Reporter |
jakemdaly
|
It seems the intended/easiest way to use IR2Vec is via it's `IR2VecVocabAnalysis`, or in other words accessing the analysis result through the new PM MAM interface. There is no means for legacy passes to access this analysis (at least that I'm aware of?).
Other passes solve this conventionally by keeping the implementation separate from the interface, so I wanted to propose doing the same. Happy to help work on that if we agree that this would be beneficial.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs