diff options
author | vporpo <vporpodas@google.com> | 2024-12-05 20:23:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 20:23:06 -0800 |
commit | eeb55d3af63e10c573d4bb1f0fe69a55eafa52cb (patch) | |
tree | ac6a5777b1532b67fec2ac1070d97f5803b4ea1c /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 8b844de3c9c70f25bb79787158b8dc5b8fc11293 (diff) | |
download | llvm-eeb55d3af63e10c573d4bb1f0fe69a55eafa52cb.zip llvm-eeb55d3af63e10c573d4bb1f0fe69a55eafa52cb.tar.gz llvm-eeb55d3af63e10c573d4bb1f0fe69a55eafa52cb.tar.bz2 |
[SandboxVec][DAG] Update MemDGNode chain upon instr creation (#116896)
The DAG maintains a chain of MemDGNodes that links together all the
nodes that may touch memroy.
Whenever a new instruction gets created we need to make sure that this
chain gets updated. If the new instruction touches memory then its
corresponding MemDGNode should be inserted into the chain.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions