commit | 09019538a8137fb5661a852e11a4b0af4981f0d7 | [log] [tgz] |
---|---|---|
author | MLIR Team <no-reply@google.com> | Thu Dec 20 09:50:32 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 14:33:46 2019 -0700 |
tree | 1363997f68990b6c93d5e47414d02fd53fa4c049 | |
parent | 0500987a083f55e989e1baeec53c932ad85fdd18 [diff] |
Pass loop depth 1 to memref dependence check when constructing dependence constraints used to calculate computation slice for loop fusion. This done so that the dominance check between ancestors of op statements from src/dst memref accesses will be run. PiperOrigin-RevId: 226350443