This is an archive of the discontinued LLVM Phabricator instance.

Generalize DiagnosticInfoStackSize to support other limits
ClosedPublic

Authored by arsenm on Jun 2 2016, 4:30 PM.

Details

Reviewers
tstellarAMD
Summary

Backends may want to report errors on resources other than stack size.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 59476.Jun 2 2016, 4:30 PM
arsenm retitled this revision from to Generalize DiagnosticInfoStackSize to support other limits.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.

Hi Matt,

I can’t comment on the AMDGPU specific diagnostic, but the general refactoring LGTM.

Cheers,
-Quentin

tstellarAMD accepted this revision.Jun 9 2016, 1:20 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 9 2016, 1:20 PM
arsenm closed this revision.Jun 20 2016, 11:20 AM

r273177