This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Add `SignedOp` trait.
ClosedPublic

Authored by ergawy on Jan 18 2021, 12:44 AM.

Details

Summary

This commit adds a new trait that can be attached to ops that have
signed semantics.

Diff Detail

Event Timeline

ergawy created this revision.Jan 18 2021, 12:44 AM
ergawy requested review of this revision.Jan 18 2021, 12:44 AM

I couldn't find any place that filters on signed ops. If there is any such place please let me know.

I couldn't find any place that filters on signed ops. If there is any such place please let me know.

There isn't a place using it right now.

antiagainst accepted this revision.Jan 19 2021, 4:36 AM
This revision is now accepted and ready to land.Jan 19 2021, 4:36 AM
This revision was automatically updated to reflect the committed changes.