[llvm] [NVPTX][NVPTXLowerArgs] Add NewPM interface for NVPTXLowerArgs (PR #128960)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 21:53:23 PST 2025


================
@@ -74,6 +75,15 @@ struct NVPTXCopyByValArgsPass : PassInfoMixin<NVPTXCopyByValArgsPass> {
   PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
 };
 
+struct NVPTXLowerArgsPass : PassInfoMixin<NVPTXLowerArgsPass> {
----------------
AlexMaclean wrote:

You could make this a class to remove the need for `private:` on the next line. 

https://github.com/llvm/llvm-project/pull/128960


More information about the llvm-commits mailing list