This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix maximum instruction size for amdgcn
ClosedPublic

Authored by arsenm on Jun 15 2016, 12:47 PM.

Details

Reviewers
tstellarAMD
Summary

This was causing the conservative estimate of inline asm to be twice as big as expected.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 60883.Jun 15 2016, 12:47 PM
arsenm retitled this revision from to AMDGPU: Fix maximum instruction size for amdgcn.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jun 15 2016, 12:50 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 15 2016, 12:50 PM
arsenm closed this revision.Jun 16 2016, 2:21 PM

r272956