[Mlir-commits] [mlir] [MLIR][IntRange] Materialize known constant values only when the value type is integer-like (PR #196133)

Jeremy Kun llvmlistbot at llvm.org
Wed May 6 18:39:11 PDT 2026


================
@@ -2808,6 +2799,17 @@ def TestLoopTypesCompatOp : TEST_Op<"loop_types_compat",
   let regions = (region SizedRegion<1>:$body);
 }
 
+def TestRegionTypeChangerOp : TEST_Op<"region_type_changer",
----------------
j2kun wrote:

I would definitely appreciate a clearer set of guidelines around RegionBranchOpInterface and its relation to the data flow analyses. I was planning to write a blog post about my (limited) understanding of the framework, but never got around to it. Thanks for the review!

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


More information about the Mlir-commits mailing list