This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Rename isKernel
ClosedPublic

Authored by arsenm on Mar 21 2017, 2:30 PM.

Details

Summary

What we really want to do is distinguish functions that may
be called by other functions, and graphics shaders are not
called kernels.

Diff Detail

Event Timeline

arsenm created this revision.Mar 21 2017, 2:30 PM
arsenm updated this revision to Diff 92570.Mar 21 2017, 4:54 PM

Don't bother preserving old behavior for C

t-tye added a subscriber: t-tye.Mar 22 2017, 6:40 PM
tony-tye removed a subscriber: tony-tye.Mar 22 2017, 6:47 PM
This revision is now accepted and ready to land.Mar 30 2017, 10:51 AM
arsenm closed this revision.Mar 30 2017, 5:13 PM

r299140