This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fixed selection error for 64 bit extract_subvector
ClosedPublic

Authored by rampitec on May 18 2020, 1:29 PM.

Diff Detail

Event Timeline

rampitec created this revision.May 18 2020, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2020, 1:29 PM
arsenm accepted this revision.May 18 2020, 1:48 PM
arsenm added inline comments.
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
353

I'm assuming v3f64/v3i64 are still missing

This revision is now accepted and ready to land.May 18 2020, 1:48 PM
rampitec marked an inline comment as done.May 18 2020, 2:10 PM
rampitec added inline comments.
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
353

They don't exist in MVT.

This revision was automatically updated to reflect the committed changes.