This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Lower v2f16 and v2bf16 stores as 32-bit scalars.
ClosedPublic

Authored by tra on Jun 9 2023, 4:00 PM.

Details

Summary

This avoids unnecessary vector splitting that was needed for vectorized store
instruction.

Diff Detail

Event Timeline

tra created this revision.Jun 9 2023, 4:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 4:00 PM
tra published this revision for review.Jun 9 2023, 4:01 PM
tra added reviewers: jlebar, kushanam.
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 4:01 PM
jlebar accepted this revision.Jun 19 2023, 12:03 PM
This revision is now accepted and ready to land.Jun 19 2023, 12:03 PM
This revision was automatically updated to reflect the committed changes.