This is an archive of the discontinued LLVM Phabricator instance.

[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
definition of fma that is defined only for flaoting point types.

Diff Detail

Event Timeline

kuhar created this revision.Jan 13 2023, 10:47 AM
kuhar requested review of this revision.Jan 13 2023, 10:47 AM
kuhar updated this revision to Diff 489071.Jan 13 2023, 10:48 AM

Fix a typo

dcaballe accepted this revision.Jan 13 2023, 12:27 PM

Thanks!

This revision is now accepted and ready to land.Jan 13 2023, 12:27 PM
This revision was automatically updated to reflect the committed changes.