Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clementval added a child revision: D96442: [flang][fir][NFC] Move ShapeShiftType to TableGen type definition.Feb 10 2021, 11:06 AM
clementval retitled this revision from [flang][fir] Move ShapeType to TableGen type definition to [flang][fir][NFC] Move ShapeType to TableGen type definition.
mehdi_amini added inline comments.
flang/include/flang/Optimizer/Dialect/FIRTypes.td | ||
---|---|---|
47 | Parser methods are usually chained like this: int rank; if ($_parser.parseLess() || $_parser.parseInteger(rank) || $_parser.parseGreater()) return Type(); |
This revision is now accepted and ready to land.Feb 10 2021, 1:55 PM
clementval added inline comments.
flang/include/flang/Optimizer/Dialect/FIRTypes.td | ||
---|---|---|
47 | Sure it looks cleaner. I just updated the patch before landing it. |
Closed by commit rGedd365c7098d: [flang][fir][NFC] Move ShapeType to TableGen type definition (authored by clementval). · Explain WhyFeb 10 2021, 4:48 PM
This revision was automatically updated to reflect the committed changes.
clementval marked an inline comment as done.
Parser methods are usually chained like this: