This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Define `OpSMulExtended` and `OpUMulExtended` ops
ClosedPublic

Authored by kuhar on Nov 23 2022, 3:45 PM.

Details

Summary

These perform exact multiplication and return the high half as a second
result.

Also factor out common code shared between 'extended binary ops'.

Diff Detail

Event Timeline

kuhar created this revision.Nov 23 2022, 3:45 PM
kuhar requested review of this revision.Nov 23 2022, 3:45 PM
This revision is now accepted and ready to land.Nov 23 2022, 4:01 PM
This revision was landed with ongoing or failed builds.Nov 23 2022, 4:06 PM
This revision was automatically updated to reflect the committed changes.