
Recent upstream trends have moved away from explicitly using `-verify-machineinstrs`, as it's already covered by the expensive checks. This PR removes almost all `-verify-machineinstrs` from tests in `llvm/test/CodeGen/AMDGPU/*.ll`, leaving only those tests where its removal currently causes failures.
10 lines
211 B
LLVM
10 lines
211 B
LLVM
; RUN: llc < %s -mtriple=amdgcn -mcpu=tonga -show-mc-encoding -global-isel | FileCheck --check-prefix=GCN %s
|
|
|
|
; GCN-LABEL: vs_epilog
|
|
; GCN: s_endpgm
|
|
|
|
define amdgpu_vs void @vs_epilog() {
|
|
main_body:
|
|
ret void
|
|
}
|