PDL currently doesn't support result values from constraints, meaning we need
to error out until this is actually supported to avoid crashes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/mlir-pdll/Parser/constraint-failure.pdll | ||
---|---|---|
119 | Is this change related? (I like the shorthand of ; if there is no body a la TableGen, but independently not sure if this is related to the code change). |
mlir/test/mlir-pdll/Parser/constraint-failure.pdll | ||
---|---|---|
119 | semi related, as these are native constraints that return results (which aren't supported). Seemed better to express on a constraint that actually supports results (just in case error verification order changed). |
Is this change related? (I like the shorthand of ; if there is no body a la TableGen, but independently not sure if this is related to the code change).