Move the big builder out of the td file to the cpp file.
This patch is part of the upstreaming effort from fir-dev branch.
Paths 
  |  Differential  D110820  
[fir][NFC] Move fir.select_type builder to cpp file ClosedPublic Authored by clementval on Sep 30 2021, 6:10 AM. 
Details Summary Move the big builder out of the td file to the cpp file. This patch is part of the upstreaming effort from fir-dev branch. 
Diff Detail 
 Event Timeline
 
 This revision is now accepted and ready to land.Sep 30 2021, 2:54 PM Closed by commit rGa149b103ca1f: [fir][NFC] Move fir.select_type builder to cpp file (authored by clementval).  ·  Explain WhyOct 1 2021, 12:19 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 376335 flang/include/flang/Optimizer/Dialect/FIROps.td
 flang/lib/Optimizer/Dialect/FIROps.cpp
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can you fix the clang-tidy warning?
Also auto likely does not help readability compared to mlir::Block *d
(also: dest instead d?)