[mlir][complex] Mark all supported operation illegal explicitly for complex to libm
authorKai Sasaki <lewuathe@gmail.com>
Mon, 15 Aug 2022 19:54:12 +0000 (15:54 -0400)
committerFrederik Gossen <frgossen@google.com>
Mon, 15 Aug 2022 21:02:16 +0000 (17:02 -0400)
commit5605f17a4d9c9bec629ab7a8a9edc6a7201985b7
tree45da4d71389da031688ecf528e3ff0485fbba3da
parent6d17254df4e70f75e0a194871e068bb01e3d4954
[mlir][complex] Mark all supported operation illegal explicitly for complex to libm

We can mark all supported operations illegal explicitly to ensure no convertible ops remain.

Differential Revision: https://reviews.llvm.org/D131877
mlir/lib/Conversion/ComplexToLibm/ComplexToLibm.cpp