This is to make vector.fma more consistent with the standard
definition of fma that is defined only for flaoting point types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141711
[mlir][vector] Disallow vector.fma over vectors of integers ClosedPublic Authored by kuhar on Jan 13 2023, 10:47 AM.
Details Summary This is to make vector.fma more consistent with the standard
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2023, 12:27 PM Closed by commit rGe0f3a95f9d99: [mlir][vector] Disallow vector.fma over vectors of integers (authored by kuhar). · Explain WhyJan 13 2023, 12:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 489070 mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/test/Dialect/Vector/invalid.mlir
|