[llvm] [NVPTX][NVPTXLowerArgs] Add NewPM interface for NVPTXLowerArgs (PR #128960)
Akshay Deodhar via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 10:27:01 PST 2025
================
@@ -74,6 +75,15 @@ struct NVPTXCopyByValArgsPass : PassInfoMixin<NVPTXCopyByValArgsPass> {
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
};
+struct NVPTXLowerArgsPass : PassInfoMixin<NVPTXLowerArgsPass> {
----------------
akshayrdeodhar wrote:
Has to be a struct for `PassInfoMixin`- otherwise `printPassPipeline` becomes inaccessible.
https://github.com/llvm/llvm-project/pull/128960
More information about the llvm-commits
mailing list