This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Always custom lower extract_subvector
ClosedPublic

Authored by arsenm on Jul 27 2023, 5:24 AM.

Details

Reviewers
foad
Joe_Nash
Pierre-vh
Group Reviewers
Restricted Project
Summary

The patterns were ripped out in
a4a3ac10cb1a40ccebed4e81cd7e94f1eb71602d so this always needs to be
custom lowered. I absolutely hate how difficult it is to write tests
for these, I have no doubt there are more of these hidden.

Fixes #64142

Diff Detail

Unit TestsFailed

Event Timeline

arsenm created this revision.Jul 27 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 5:24 AM
arsenm requested review of this revision.Jul 27 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 5:24 AM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Jul 27 2023, 5:30 AM

Thanks!

This revision is now accepted and ready to land.Jul 27 2023, 5:30 AM