[Mlir-commits] [mlir] [MLIR][XeVM] Update XeVM prefetch ops. (PR #166445)
Adam Siemieniuk
llvmlistbot at llvm.org
Wed Nov 5 12:08:50 PST 2025
================
@@ -444,7 +444,8 @@ def XeVM_MemfenceOp
def XeVM_PrefetchOp
: XeVM_Op<"prefetch">,
Arguments<(ins Arg<AnyTypeOf<[LLVM_PointerInAddressSpace<1>,
- LLVM_PointerInAddressSpace<4>]>>:$ptr,
+ LLVM_PointerInAddressSpace<4>]>,
+ "", [MemWrite]>:$ptr,
----------------
adam-smnk wrote:
nit: maybe a small comment explaining why memwrite is used?
it'll help spread the message
https://github.com/llvm/llvm-project/pull/166445
More information about the Mlir-commits
mailing list