This custom parser/printer is similar to DynamicIndexList, but has special syntax for the case where one handle represents the entire list.
Example:
// Regular index list [10, 20, %val] // Packed handle (no square parentheses) %val
Differential D138825
[mlir][transform] Add PackedOrDynamicIndexList helper springerm on Nov 28 2022, 8:35 AM. Authored by
Details This custom parser/printer is similar to DynamicIndexList, but has special syntax for the case where one handle represents the entire list. Example: // Regular index list [10, 20, %val] // Packed handle (no square parentheses) %val
Diff Detail
Event Timeline
|