[PATCH] D64709: [AMDGPU] fixed scheduler crash in gfx908

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 07:52:23 PDT 2019


rampitec added a comment.

In D64709#1585639 <https://reviews.llvm.org/D64709#1585639>, @arsenm wrote:

> Where does the null come from exactly?


It is in the list of all dag nodes, somehow dag builder put it there. I suspect that this is for scheduling barrier. The node is neither MI nor SDNode (obviously), just plain zero initialized.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64709/new/

https://reviews.llvm.org/D64709





More information about the llvm-commits mailing list