[Mlir-commits] [mlir] [mlir][NVVM] Add InferTypeOpInterface to sync and ldmatrix ops (PR #188238)

Bastian Hagedorn llvmlistbot at llvm.org
Wed Mar 25 01:03:59 PDT 2026


================
@@ -2853,6 +2903,17 @@ LogicalResult NVVM::VoteSyncOp::verify() {
   return success();
 }
 
+LogicalResult VoteSyncOp::inferReturnTypes(
+    MLIRContext *context, std::optional<Location> location,
+    VoteSyncOp::Adaptor adaptor,
+    SmallVectorImpl<Type> &inferredReturnTypes) {
+  if (adaptor.getKind() == NVVM::VoteSyncKind::ballot)
----------------
bastianhagedorn wrote:

done

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


More information about the Mlir-commits mailing list