_inductor/schduler.py line#3161

Hi, i’m undergraduate student interested in pytorch2.0’s inductor.
While reading the code of operaotr fusing, i’m curious about line 3161 of schduler.py.

why node2’s dep footprint is evaluated with node1.read_writes?
Is it just a simple typo?