This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Miscellaneous ops conversion: select, fmul and undef
ClosedPublic

Authored by georgemitenkov on Jul 7 2020, 3:38 AM.

Details

Summary

This patch introduces 3 new direct conversions for SPIR-V ops:

  • spv.Select
  • spv.Undef
  • spv.FMul that was skipped in the patch with arithmetic ops

Diff Detail

Event Timeline

georgemitenkov created this revision.Jul 7 2020, 3:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 3:38 AM
antiagainst accepted this revision.Jul 7 2020, 6:50 PM
This revision is now accepted and ready to land.Jul 7 2020, 6:50 PM
This revision was automatically updated to reflect the committed changes.