Clean up code that worked around this limitation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice, thanks!
mlir/include/mlir/TableGen/Operator.h | ||
---|---|---|
106 ↗ | (On Diff #409908) | hasVariadicResults (to match naming above) |
mlir/include/mlir/TableGen/Operator.h | ||
---|---|---|
106 ↗ | (On Diff #409908) | That's actually not the same. This is also checking for Optional<> in the results, while isVariadic only looks for Variadic<>. |
Comment Actions
Use existing method to check for variadic results and clarify what variable length means.