This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add lowering for std bit ops.
ClosedPublic

Authored by denis13 on Jan 4 2020, 9:37 AM.

Diff Detail

Event Timeline

denis13 created this revision.Jan 4 2020, 9:37 AM
mravishankar requested changes to this revision.Jan 6 2020, 12:05 PM
mravishankar added inline comments.
mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.td
28

Could you make this fit within 80 chars.

This revision now requires changes to proceed.Jan 6 2020, 12:05 PM
mravishankar accepted this revision.Jan 6 2020, 12:05 PM
This revision is now accepted and ready to land.Jan 6 2020, 12:05 PM
mravishankar requested changes to this revision.Jan 6 2020, 12:08 PM

Could you add some serialization tests as well. Thanks

This revision now requires changes to proceed.Jan 6 2020, 12:08 PM
denis13 updated this revision to Diff 236452.Jan 6 2020, 2:05 PM

@mravishankar thanks for review, added serialization tests.

mravishankar accepted this revision.Jan 6 2020, 2:48 PM
This revision is now accepted and ready to land.Jan 6 2020, 2:48 PM

Thanks Denis for taking these up and driving them

antiagainst accepted this revision.Jan 6 2020, 3:01 PM

Thanks!

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2020, 6:46 PM