[Mlir-commits] [mlir] [mlir][vector] Propagate scalability to gather/scatter ptrs vector (PR #97584)

Diego Caballero llvmlistbot at llvm.org
Fri Jul 5 10:48:52 PDT 2024


================
@@ -3076,6 +3076,36 @@ void InlineAsmOp::getEffects(
   }
 }
 
+//===----------------------------------------------------------------------===//
+// masked_gather (intrinsic)
+//===----------------------------------------------------------------------===//
+
+LogicalResult LLVM::masked_gather::verify() {
+  auto ptrsVectorType = getPtrs().getType();
+  Type expectedPtrsVectorType =
----------------
dcaballe wrote:

nit: a comment about the specific issue we want to verify here would help understanding

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


More information about the Mlir-commits mailing list