I would ideally like to eliminate 'requiredOperandCount' as a bit of
verification that should be in the client side, but it is much more
widely used than I expected. Just tidy some pieces up around it given
we can't drop it immediately.
NFC.
Paths
| Differential D124629
[OpAsmParser] Simplify logic for requiredOperandCount in parseOperandList. ClosedPublic Authored by lattner on Apr 28 2022, 11:37 AM.
Details Summary I would ideally like to eliminate 'requiredOperandCount' as a bit of NFC.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 28 2022, 12:00 PM This revision was landed with ongoing or failed builds.Apr 28 2022, 12:05 PM Closed by commit rG99499c3ea7ca: [OpAsmParser] Simplify logic for requiredOperandCount in parseOperandList. (authored by lattner). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 425878 mlir/include/mlir/IR/OpImplementation.h
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
mlir/lib/Dialect/SCF/SCF.cpp
mlir/lib/Parser/Parser.cpp
|