- add ops: rebox, insert_on_range, absent, is_present
- embox, coordinate_of: replace old hand-written parser/pretty-printer with assembly format
- remove dead floating point ops, since buitlins work for all types
- update call op
- update documentation
- misc. NFC to formatting
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Optimizer/Dialect/FIROps.cpp | ||
---|---|---|
1334 | Do we have test coverage for all the manual verification? It should be possible to test it all with fir-opt --verify-diagnostic |
flang/lib/Optimizer/Dialect/FIROps.cpp | ||
---|---|---|
1334 | It's being worked on. |
Nit: Might be good to have some documentation for the new arguments.