This is an archive of the discontinued LLVM Phabricator instance.

UpdateTestChecks: Consider .section as end of function for AMDGPU
ClosedPublic

Authored by arsenm on Jun 14 2019, 1:03 PM.

Details

Summary

Kernels seem to go directly to a section switch instead of emitting
.Lfunc_end. This fixes including all of the kernel metadata in the
check lines, which is undesirable most of the time.

Diff Detail

Event Timeline

arsenm created this revision.Jun 14 2019, 1:03 PM
scott.linder accepted this revision.Jun 14 2019, 1:32 PM
This revision is now accepted and ready to land.Jun 14 2019, 1:32 PM
arsenm closed this revision.Jun 14 2019, 1:37 PM

r363452