[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 14:53:52 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:

Could you be more specific? What part seems incorrect?

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


More information about the Mlir-commits mailing list