[Mlir-commits] [mlir] [MLIR][NVVM] Add prefetch Ops (PR #141737)
Guray Ozen
llvmlistbot at llvm.org
Wed Jun 4 04:02:40 PDT 2025
================
@@ -1205,6 +1205,42 @@ LogicalResult NVVM::VoteSyncOp::verify() {
return success();
}
+LogicalResult NVVM::PrefetchOp::verify() {
+ using MemSpace = NVVM::NVVMMemorySpace;
+ using CacheLevel = NVVM::PrefetchCacheLevel;
+
+ unsigned as =
----------------
grypp wrote:
nit: let's have meaningful variable name
https://github.com/llvm/llvm-project/pull/141737
More information about the Mlir-commits
mailing list