[all-commits] [llvm/llvm-project] e0f3a9: [mlir][vector] Disallow vector.fma over vectors of...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Fri Jan 13 12:47:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0f3a95f9d999b526a9e82bb1a4012fdcb09b364
      https://github.com/llvm/llvm-project/commit/e0f3a95f9d999b526a9e82bb1a4012fdcb09b364
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/test/Dialect/Vector/invalid.mlir

  Log Message:
  -----------
  [mlir][vector] Disallow vector.fma over vectors of integers

This is to make `vector.fma` more consistent with the standard
definition of `fma` that is defined only for flaoting point types.

Reviewed By: dcaballe

Differential Revision: https://reviews.llvm.org/D141711




More information about the All-commits mailing list