[mlir][llvm] Add FastmathFlagsInterface only once (NFC).
authorTobias Gysi <tobias.gysi@nextsilicon.com>
Fri, 24 Feb 2023 14:47:23 +0000 (15:47 +0100)
committerTobias Gysi <tobias.gysi@nextsilicon.com>
Fri, 24 Feb 2023 14:47:47 +0000 (15:47 +0100)
commita52332df5d1f9de05d9cd5b4a02b0888e28aa5cf
tree6a6ef577f9c10815c7f8f4b7e9f72d5790b22f7a
parent750a6870eb41922f7013c163b458a02d5aa8994b
[mlir][llvm] Add FastmathFlagsInterface only once (NFC).

Previously, the FastmathFlagsInterface has been added twice to
the LLVM::PowIOp. Once directly and once indirectly using the
requiresFastmath flag. This revision only uses the flag and drops
the redundant interface.

Reviewed By: definelicht

Differential Revision: https://reviews.llvm.org/D144702
mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td