This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Added Bitcast conversion pattern
ClosedPublic

Authored by georgemitenkov on Jun 29 2020, 2:42 AM.

Details

Summary

Added conversion pattern and tests for spv.Bitcast op. This one has a direct mapping in LLVM dialect so DirectConversionPattern was used.

Diff Detail

Event Timeline

georgemitenkov created this revision.Jun 29 2020, 2:42 AM
antiagainst accepted this revision.Jun 29 2020, 5:32 PM
This revision is now accepted and ready to land.Jun 29 2020, 5:32 PM
This revision was automatically updated to reflect the committed changes.