]> granicus.if.org Git - llvm/commit
UpdateTestChecks: Consider .section as end of function for AMDGPU
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 20:40:15 +0000 (20:40 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 20:40:15 +0000 (20:40 +0000)
commitea0dabd2b6aece8c6b7ade6bc7801dc0676649ad
tree767351357abf0f527da566e8a0e64655e3a12181
parent87c7dd93cdbb62e273e3e9624ae8cb674dd75f6e
UpdateTestChecks: Consider .section as end of function for AMDGPU

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363452 91177308-0d34-0410-b5e6-96231b3b80d8
utils/UpdateTestChecks/asm.py