This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Increase branch size estimate with offset bug
ClosedPublic

Authored by arsenm on Oct 22 2020, 5:30 PM.

Details

Reviewers
rampitec
kerbowa
Summary

This will be relaxed to insert a nop if the offset hits the bad value,
so over estimate branch instruction sizes.

Diff Detail

Event Timeline

arsenm created this revision.Oct 22 2020, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2020, 5:30 PM
arsenm requested review of this revision.Oct 22 2020, 5:30 PM
arsenm updated this revision to Diff 300153.Oct 22 2020, 7:57 PM

Add another test

rampitec accepted this revision.Oct 22 2020, 11:26 PM
This revision is now accepted and ready to land.Oct 22 2020, 11:26 PM