This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
ClosedPublic

Authored by arsenm on Mar 21 2017, 12:52 PM.

Details

Reviewers
tstellar
Summary

Currently the default C calling convention functions are treated
the same as compute kernels. Make this explicit so the default
calling convention can be changed to a non-kernel.

Diff Detail

Event Timeline

arsenm created this revision.Mar 21 2017, 12:52 PM
tstellar accepted this revision.Mar 21 2017, 2:13 PM
tstellar added a subscriber: tstellar.

LGTM. If you used a shell script to convert the files, can you paste it into the commit message?

This revision is now accepted and ready to land.Mar 21 2017, 2:13 PM
arsenm closed this revision.Mar 21 2017, 2:52 PM

r298444