diff options
author | vporpo <vporpodas@google.com> | 2024-11-18 20:23:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 20:23:10 -0800 |
commit | 31a4d2c2eb265708b2ff50f6f9c53685a3df8d10 (patch) | |
tree | e9204371820f2376cc885e8e58a5d7611f99d649 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c526eb891bda371c0481fcdc1507adc496431d03 (diff) | |
download | llvm-31a4d2c2eb265708b2ff50f6f9c53685a3df8d10.zip llvm-31a4d2c2eb265708b2ff50f6f9c53685a3df8d10.tar.gz llvm-31a4d2c2eb265708b2ff50f6f9c53685a3df8d10.tar.bz2 |
[SandboxVec][DAG] Cleanup: Move callback registration from Scheduler to DAG (#116455)
This is a refactoring patch that moves the callback registration for
getting notified about new instructions from the scheduler to the DAG.
This makes sense from a design and testing point of view:
- the DAG should not rely on the scheduler for getting notified
- the notifiers don't need to be public
- it's easier to test the notifiers directly from within the DAG unit
tests
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions