[Mlir-commits] [mlir] [mlir] make transform.foreach_match forward arguments (PR #89920)

Nicolas Vasilache llvmlistbot at llvm.org
Thu May 2 09:56:00 PDT 2024


================
@@ -52,6 +52,17 @@ void getPotentialTopLevelEffects(
 /// Verification hook for TransformOpInterface.
 LogicalResult verifyTransformOpInterface(Operation *op);
 
+/// Appends the entities associated with the given transform. values in `state`
----------------
nicolasvasilache wrote:

nit: extra `.` after `transform`

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


More information about the Mlir-commits mailing list