[all-commits] [llvm/llvm-project] a52332: [mlir][llvm] Add FastmathFlagsInterface only once ...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Fri Feb 24 06:57:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a52332df5d1f9de05d9cd5b4a02b0888e28aa5cf
      https://github.com/llvm/llvm-project/commit/a52332df5d1f9de05d9cd5b4a02b0888e28aa5cf
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td

  Log Message:
  -----------
  [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




More information about the All-commits mailing list