This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.
ClosedPublic

Authored by denis13 on Jan 3 2020, 3:20 AM.

Diff Detail

Event Timeline

denis13 created this revision.Jan 3 2020, 3:20 AM
This revision is now accepted and ready to land.Jan 3 2020, 11:34 AM
antiagainst accepted this revision.Jan 3 2020, 12:12 PM

Thanks!

mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.td
34

Super nit: insert an empty line between BinaryOpPatterns and UnaryOpPatterns?

denis13 updated this revision to Diff 236128.Jan 3 2020, 2:11 PM

Thanks for review, updated!

antiagainst accepted this revision.Jan 4 2020, 2:48 PM
This revision was automatically updated to reflect the committed changes.

Oops, I'm sorry it seems I messed up with the author of the commit when landing this commit... Truly sorry about this...

The review-on-Phabricator-and-then-use-CLI-git-amend-and-then-git-commit workflow is really cumbersome and error-prone... I wish we can have GitHub pull requests.