[PATCH] D33818: [ScheduleDAG] Don't schedule node with physical register interference
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 16:06:11 PDT 2017
javed.absar added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:552
SDNode *N = FindCallSeqStart(Node, NestLevel, MaxNest, TII);
+ assert(N && "Must find call sequence start");
----------------
FindCallSeqStart - line 476 : assert(Best); already checks, so this assertion seems redundant
Repository:
rL LLVM
https://reviews.llvm.org/D33818
More information about the llvm-commits
mailing list