[mlir][NFC] Remove illegal TanhOp in LLVMConversionTarget
authorTres Popp <tpopp@google.com>
Sun, 30 May 2021 17:50:54 +0000 (19:50 +0200)
committerTres Popp <tpopp@google.com>
Mon, 31 May 2021 08:40:09 +0000 (10:40 +0200)
commit2290a80b4dcbeb230ea47ea59b00205ccefbaa96
tree2ab24cfac4068f3cc8366890fbf4101eb031cd3f
parent2bc8ffa8afabeaf1cc97640419c1c2a926265170
[mlir][NFC] Remove illegal TanhOp in LLVMConversionTarget

No tests fail and this seems to be technical debt from when the math
dialect was created. This should not be there as it prevents users from
configuring their converion target freely and results in unexpected
behavior on seemingly unrelated ops.

Differential Revision: https://reviews.llvm.org/D103388
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp