This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix splitting wide f32 s.buffer.load intrinsics
ClosedPublic

Authored by arsenm on Feb 3 2020, 5:07 AM.

Details

Summary

This would witch f32 to i32, and produce an invald concat_vectors from
i32 pieces to an f32 vector.

Diff Detail

Event Timeline

arsenm created this revision.Feb 3 2020, 5:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2020, 5:07 AM
This revision is now accepted and ready to land.Feb 3 2020, 11:44 AM