This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Remove special case lowering for non-pow-2 stores
ClosedPublic

Authored by arsenm on Jul 27 2021, 8:47 AM.

Details

Summary

We end up with extra copies from buildAnyExtOrTrunc if these are
lowered after the register types are legalized.

Diff Detail

Event Timeline

arsenm created this revision.Jul 27 2021, 8:47 AM
arsenm requested review of this revision.Jul 27 2021, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 8:47 AM
Herald added a subscriber: wdng. · View Herald Transcript
Petar.Avramovic accepted this revision.Jul 28 2021, 5:07 AM
This revision is now accepted and ready to land.Jul 28 2021, 5:07 AM