[all-commits] [llvm/llvm-project] a049ce: [RDF] Stop looking when reached code node in getNe...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Jun 9 15:30:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a049ce9d1bd5a7c1c4fcccc6a801b72b00ea8e0f
https://github.com/llvm/llvm-project/commit/a049ce9d1bd5a7c1c4fcccc6a801b72b00ea8e0f
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/include/llvm/CodeGen/RDFGraph.h
Log Message:
-----------
[RDF] Stop looking when reached code node in getNextRef with NextOnly
NextOnly tells getNextRef to only check the next node in the chain, and
stop iterating. The loop didn't stop though when the next link pointed
back to the beginning of the circular list.
More information about the All-commits
mailing list