[AMDGPU] Add VerifyScheduling support.
authorJay Foad <jay.foad@gmail.com>
Tue, 1 Oct 2019 15:45:47 +0000 (15:45 +0000)
committerJay Foad <jay.foad@gmail.com>
Tue, 1 Oct 2019 15:45:47 +0000 (15:45 +0000)
commite53680002228149efd8fd7d7ca9b9e1612504a9e
tree74f8dd6ddd0c29fc8962adc7e2ea98661241a89e
parent362055d1fa4028571d4b339111bf99c5cb08182f
[AMDGPU] Add VerifyScheduling support.

Summary:
This is cut and pasted from the corresponding GenericScheduler
functions.

Reviewers: arsenm, atrick, tstellar, vpykhtin

Subscribers: MatzeB, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, javed.absar, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68264

llvm-svn: 373346
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp