Move the parser, printer and verifier to the .cpp file. Add builders
needed for lowering.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Paths 
  |  Differential  D110686  
[fir] Move parser/printer/verifier of fir.string_lit and add builders ClosedPublic Authored by clementval on Sep 29 2021, 1:25 AM. 
Details Summary Move the parser, printer and verifier to the .cpp file. Add builders This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Eric Schweitz <eschweitz@nvidia.com> 
Diff Detail 
 Event Timeline
 This revision is now accepted and ready to land.Sep 29 2021, 10:22 AM clementval marked an inline comment as done. Comment ActionsAddress nit comment 
 Closed by commit rGa28896ae6ae8: [fir] Move parser/printer/verifier of fir.string_lit and add builders (authored by schweitz, committed by clementval).  ·  Explain WhySep 29 2021, 12:45 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 375976 flang/include/flang/Optimizer/Dialect/FIROps.td
 flang/lib/Optimizer/Dialect/FIROps.cpp
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nit: inType for consistency between declaration and definition.