llvm
llvm copied to clipboard
Simplify execution graph via analysis of dependencies
If a dependent command has all dependencies that has newly added command, the dependent command can be excluded from the execution graph.
For in-order queue, all dependent command from current queue can be excluded from an execution graph.