diff options
author | vporpo <vporpodas@google.com> | 2025-02-06 12:30:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 12:30:49 -0800 |
commit | 788c88e2f6bb028ebb53af52624b93a733d34a2b (patch) | |
tree | 47e4d1e5362a435b1c410d52adbefa8a24414da9 /llvm/lib/CodeGen/MachineDomTreeUpdater.cpp | |
parent | 6dc41a639334b913e762f65410fcd14a722b137f (diff) | |
download | llvm-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