[llvm] [SDAG][NVPTX] Cache control metadata support and lowering (PR #204067)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 01:16:20 PDT 2026


================
@@ -22,10 +23,13 @@
 #include "llvm/Target/TargetMachine.h"
 
 namespace llvm {
+class Function;
 class FunctionPass;
+class MachineMemOperand;
 class MachineFunctionPass;
 class NVPTXTargetMachine;
 class PassRegistry;
+class Value;
----------------
antoniofrighetto wrote:

Forward decls (here and above) now unused?

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


More information about the llvm-commits mailing list