[Mlir-commits] [mlir] [MLIR][NVVM] Update MLIR mapa to reflect new address space (PR #146031)
Guray Ozen
llvmlistbot at llvm.org
Fri Jul 11 07:44:06 PDT 2025
================
@@ -3009,10 +3009,12 @@ def NVVM_GriddepcontrolLaunchDependentsOp
// NVVM Mapa Op
//===----------------------------------------------------------------------===//
-def NVVM_MapaOp: NVVM_Op<"mapa",
- [TypesMatchWith<"`res` and `a` should have the same type",
- "a", "res", "$_self">, NVVMRequiresSM<90>]> {
- let results = (outs AnyTypeOf<[LLVM_PointerGeneric, LLVM_PointerShared]>:$res);
+def NVVM_MapaASCheck : PredOpTrait<"Valid address-space check(or mapping) for mapa Op",
----------------
grypp wrote:
If we have a generic check, we can use this for other ops as well
https://github.com/llvm/llvm-project/pull/146031
More information about the Mlir-commits
mailing list