[llvm] [NVPTX] Add prefetch tensormap variant (PR #146203)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 08:33:46 PDT 2025


================
@@ -744,35 +750,50 @@ foreach dim = [1, 2, 3, 4, 5] in {
   }
 }
 
-//Prefetch and Prefetchu 
+//Prefetchu and Prefetch
+
+class PREFETCH_CONST_CHK<dag frag>
----------------
AlexMaclean wrote:

Can these pattern and instruction definitions be folded into a mutli-class? 

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


More information about the llvm-commits mailing list