This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Define spv.GLSL.Fma and add lowerings
ClosedPublic

Authored by antiagainst on Jan 19 2021, 5:08 AM.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 19 2021, 5:08 AM
antiagainst requested review of this revision.Jan 19 2021, 5:08 AM
hanchung accepted this revision.Jan 19 2021, 5:20 AM
hanchung added inline comments.
mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
39–41

I think this is not part of the patch? It's better to have a cleanup in another patch, or at least mention it in commit message.

This revision is now accepted and ready to land.Jan 19 2021, 5:20 AM
antiagainst added inline comments.Jan 19 2021, 6:13 AM
mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
39–41

This is lightweight enough so I think it's fine to combine. Will update the commit message.

This revision was automatically updated to reflect the committed changes.