This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add option to stress calls
ClosedPublic

Authored by arsenm on Sep 20 2017, 6:47 PM.

Details

Reviewers
rampitec
Summary

This inverts the behavior of the AlwaysInline pass to mark
every function not already marked alwaysinline as noinline.

Diff Detail

Event Timeline

arsenm created this revision.Sep 20 2017, 6:47 PM
This revision is now accepted and ready to land.Sep 20 2017, 11:02 PM
arsenm closed this revision.Sep 21 2017, 12:02 AM

r313865