This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] use llvm_unreachable instead of default for rp set
ClosedPublic

Authored by rampitec on Feb 24 2020, 11:38 AM.

Details

Summary

GCC 9.2 seems to incorrectly issue warning about out of bounds
access. This situation should not happen in any way.

Diff Detail

Event Timeline

rampitec created this revision.Feb 24 2020, 11:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2020, 11:38 AM
arsenm accepted this revision.Feb 24 2020, 11:49 AM
This revision is now accepted and ready to land.Feb 24 2020, 11:49 AM
This revision was automatically updated to reflect the committed changes.