[PATCH] D67464: MachineScheduler: Fix assert from not checking subregs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 13:17:06 PDT 2019


arsenm created this revision.
arsenm added reviewers: qcolombet, MatzeB, atrick.
Herald added subscribers: nhaehnle, wdng, jvesely.

The assert would fail if there was a dead def of a subregister if
there was a previous use of a different subregister.


https://reviews.llvm.org/D67464

Files:
  include/llvm/CodeGen/ScheduleDAGInstrs.h
  lib/CodeGen/ScheduleDAGInstrs.cpp
  test/CodeGen/AMDGPU/sched-assert-dead-def-subreg-use-other-subreg.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67464.219782.patch
Type: text/x-patch
Size: 5659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190911/a3417a80/attachment-0001.bin>


More information about the llvm-commits mailing list