[fir][NFC] Move fir.shape verifier to cpp file
authorValentin Clement <clementval@gmail.com>
Thu, 30 Sep 2021 14:26:29 +0000 (16:26 +0200)
committerValentin Clement <clementval@gmail.com>
Thu, 30 Sep 2021 14:26:44 +0000 (16:26 +0200)
commitafb30fcdf672d0d8dcdfe04d9d235b950112b622
treebebd43c82f80023dfe048056852296ac9227d54f
parentccc0f62d1bc96e56d816f9cd7a987666fbd36b5b
[fir][NFC] Move fir.shape verifier to cpp file

Move verifier code to the .cpp file.

Follow up to https://reviews.llvm.org/D110626.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

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