loopy icon indicating copy to clipboard operation
loopy copied to clipboard

[precompute] Makes the compute insn's deps. precise

Open kaushikcfd opened this issue 3 years ago • 1 comments

Depend on an instruction only if it writes to the variables that the compute instruction reads.

kaushikcfd avatar Nov 14 '21 21:11 kaushikcfd

Depend on an instruction only if it writes to the variables that the compute instruction reads.

Is this correct? The write could occur anywhere in the transitive closure of the dependency.

inducer avatar Nov 14 '21 23:11 inducer