aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineDomTreeUpdater.cpp
diff options
context:
space:
mode:
authorvporpo <vporpodas@google.com>2025-02-06 12:30:49 -0800
committerGitHub <noreply@github.com>2025-02-06 12:30:49 -0800
commit788c88e2f6bb028ebb53af52624b93a733d34a2b (patch)
tree47e4d1e5362a435b1c410d52adbefa8a24414da9 /llvm/lib/CodeGen/MachineDomTreeUpdater.cpp
parent6dc41a639334b913e762f65410fcd14a722b137f (diff)
downloadllvm-788c88e2f6bb028ebb53af52624b93a733d34a2b.zip
llvm-788c88e2f6bb028ebb53af52624b93a733d34a2b.tar.gz
llvm-788c88e2f6bb028ebb53af52624b93a733d34a2b.tar.bz2
[SandboxVec][DependencyGraph] Fix dependency node iterators (#125616)
This patch fixes a bug in the dependency node iterators that would incorrectly not skip nodes that are not in the current DAG. This resulted in iterators returning nullptr when dereferenced. The fix is to update the existing "skip" function to not only skip non-instruction values but also to skip instructions not in the DAG.
Diffstat (limited to 'llvm/lib/CodeGen/MachineDomTreeUpdater.cpp')
0 files changed, 0 insertions, 0 deletions