This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][DAG] Fix insert_vector_elt lowering for 8 bit elements
ClosedPublic

Authored by Pierre-vh on Oct 4 2022, 7:16 AM.

Details

Summary

The bitmask used to extract the bits assumed 16 bit elements and wasn't taking the size of the elements into account.

Diff Detail

Event Timeline

Pierre-vh created this revision.Oct 4 2022, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 7:16 AM
Pierre-vh requested review of this revision.Oct 4 2022, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 7:16 AM
arsenm accepted this revision.Oct 4 2022, 7:24 AM
This revision is now accepted and ready to land.Oct 4 2022, 7:24 AM
This revision was landed with ongoing or failed builds.Oct 4 2022, 7:48 AM
This revision was automatically updated to reflect the committed changes.