[PATCH] D29492: [SelectionDAG/ARM] Check LiveRegGens instead of LiveRegDefs in DelayForLiveRegsBottomUp

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 07:10:31 PST 2017


Meinersbur created this revision.
Herald added subscribers: MatzeB, rengolin, aemerson.

This tries to fix PR30911 <http://llvm.org/PR30911>

This is an ad-hoc fix suggested by Eli Friedman. The problem might deeper in that the `CallResource` dependency is not correctly unscheduled. More details in that bug report. It would be nice if someone with more expertise with the SelectionDAG could have a look.


https://reviews.llvm.org/D29492

Files:
  lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  test/CodeGen/ARM/unschedule-first-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29492.86957.patch
Type: text/x-patch
Size: 6733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170203/3c0d33dc/attachment.bin>


More information about the llvm-commits mailing list