llvm-project/mlir/lib/Dialect/PDL
River Riddle ce57789d8e [mlir:PDL] Add support for creating ranges in rewrites
This commit adds support for building a concatenated range from
a given set of elements, either single element or other ranges, within a
rewrite. We could conceptually extend this to support constraining
input ranges, but the logic there is quite a bit more complex so it is
left for later work when a need arises.

Differential Revision: https://reviews.llvm.org/D133719
2022-11-08 01:57:57 -08:00
..
IR [mlir:PDL] Add support for creating ranges in rewrites 2022-11-08 01:57:57 -08:00
CMakeLists.txt