This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't create weird sized integers
ClosedPublic

Authored by arsenm on Jan 19 2020, 1:17 PM.

Details

Reviewers
rampitec
Summary

There's no reason to introduce a new, unnaturally sized value
here. This has a chance to produce worse code with
legalization. Avoids regression in a future patch.

Diff Detail

Event Timeline

arsenm created this revision.Jan 19 2020, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2020, 1:17 PM
This revision is now accepted and ready to land.Jan 20 2020, 11:21 AM