[fir][NFC] Move fir.select_type builder to cpp file
authorValentin Clement <clementval@gmail.com>
Fri, 1 Oct 2021 07:19:17 +0000 (09:19 +0200)
committerValentin Clement <clementval@gmail.com>
Fri, 1 Oct 2021 07:19:39 +0000 (09:19 +0200)
commita149b103ca1ff964c4ed52c6dfac8984631aba11
treea8d18b35d8f02e2a5772b40e016c9b100125769d
parentb04dd35f0e36e48aebf28798ad0bb42f1d3baff4
[fir][NFC] Move fir.select_type builder to cpp file

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.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D110820
flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp