[PATCH] D25791: [Hexagon] Weaken over-aggressive assertion in RDFGraph

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 13:51:51 PDT 2016


kparzysz added a comment.

Hitting this assertion is **very** bad.  The list of nodes is a circular list with a single "code" and a bunch of "refs".  Once you visit the last ref, the next node should be the code, there is no other possibility.

Something is seriously wrong somewhere.


https://reviews.llvm.org/D25791





More information about the llvm-commits mailing list