hekota wrote: > I mean DXILFinalizeLinkage pass could use an analysis pass to get the list of > export functions. The collecting of the list happens in the analysis pass. No > need to create a named metadata and remove it later.
Sounds good. It will probably be easier for the DXILFinalizeLinkage to collect the list of entry and export functions when it runs without creating a separate analysis pass for it since it is the only one that needs it. https://github.com/llvm/llvm-project/pull/102275 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits