jumerckx f3df4b9292
[mlir][PDL] Support running pdl_interp.foreach on ranges of values and types (#173161)
The foreach execution only works for operation ranges, typically
stemming from pdl_interp.get_users.
Custom rewrites/constraints can return ranges of types and values as
well, however.
This pr adds support for executing `pdl_interp.foreach` in those cases.
2026-02-02 08:58:48 -08:00
..