This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add std.bitcast -> llvm.bitcast conversion
ClosedPublic

Authored by ftynse on Aug 11 2021, 4:24 AM.

Details

Summary

The conversion is a straightforward one-to-one mapping with optional unrolling
for nD vectors, similarly to other cast operations.

Depends On D107889

Diff Detail

Event Timeline

ftynse created this revision.Aug 11 2021, 4:24 AM
ftynse requested review of this revision.Aug 11 2021, 4:24 AM
ftynse added a reviewer: cota.Aug 11 2021, 4:24 AM
akuegel accepted this revision.Aug 11 2021, 4:50 AM
akuegel added a subscriber: akuegel.

Thanks :)

This revision is now accepted and ready to land.Aug 11 2021, 4:50 AM
cota accepted this revision.Aug 11 2021, 7:15 AM
This revision was automatically updated to reflect the committed changes.
silvas added a subscriber: silvas.Aug 11 2021, 10:29 AM

Thanks Alex!