This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS struct
ClosedPublic

Authored by arsenm on Jun 27 2018, 5:31 AM.

Details

Reviewers
rampitec
kzhuravl
Summary

Not sure how this wasn't noticed before.

Diff Detail

Event Timeline

arsenm created this revision.Jun 27 2018, 5:31 AM

LGTM

Not sure how this wasn't noticed before.

Possibly because only CONSTANT_ADDRESS and CONSTANT_ADDRESS_32BIT are accessed, and those are enum values

kzhuravl accepted this revision.Jun 27 2018, 7:12 AM
This revision is now accepted and ready to land.Jun 27 2018, 7:12 AM
arsenm closed this revision.Jun 28 2018, 3:25 AM

r335828