vector.fma and mulf don't work on integers. Use a muli/addi pair or
plain muli instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/Vector/VectorTransforms.cpp | ||
|---|---|---|
| 1298–1301 | nit: this inner if/else has become trivial so you can remove the braces | |
nit: this inner if/else has become trivial so you can remove the braces