OSDN Git Service

Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
authorYaxun Liu <Yaxun.Liu@amd.com>
Fri, 15 Dec 2017 03:56:57 +0000 (03:56 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Fri, 15 Dec 2017 03:56:57 +0000 (03:56 +0000)
commit06d39e2dc8abebf82d23684d49dfc1e8383f4334
tree3ec95504acca5185c28e24966c9c7ca1f6a55f3b
parent20e1861f08c2d52b2a4a898cd7f76ec3c32e1963
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value

The regression on ppc64 was not due to this commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/Target/AMDGPU/GCNSchedStrategy.cpp
test/CodeGen/AMDGPU/debug-value.ll [new file with mode: 0644]