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

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 12:34:05 PST 2025


================
@@ -21,6 +21,7 @@
 #include "NVPTXTargetObjectFile.h"
 #include "NVPTXTargetTransformInfo.h"
 #include "TargetInfo/NVPTXTargetInfo.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
AlexMaclean wrote:

nit: why is this added in this change?

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


More information about the llvm-commits mailing list