[Mlir-commits] [mlir] [MLIR][NVVM] Add prefetch Ops (PR #141737)
Durgadoss R
llvmlistbot at llvm.org
Thu May 29 05:47:25 PDT 2025
================
@@ -1712,6 +1721,42 @@ NVVM::IDArgPair DotAccumulate4WayOp::getIntrinsicIDAndArgs(
return {ids[type], args};
}
+llvm::Intrinsic::ID PrefetchL1Op::getIntrinsicID(llvm::Type *ptrType) {
+ switch (ptrType->getPointerAddressSpace()) {
+ case 0:
----------------
durga4github wrote:
Same here and for all `case` statements below.
https://github.com/llvm/llvm-project/pull/141737
More information about the Mlir-commits
mailing list