commit | be5616414020f2980857e958b13ec08dbd47ddcb | [log] [tgz] |
---|---|---|
author | MLIR Team <no-reply@google.com> | Thu Jan 24 22:27:40 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:35:53 2019 -0700 |
tree | c011a08a0f4541124ddad91417867f05b2e42a19 | |
parent | a6cc5d87d1b8eca94efe937e250403dfc2018769 [diff] |
Change the dependence check in the loop fusion pass to use the MLIR instruction list ordering (instead of the dependence graph node id ordering). This breaks the overloading of dependence graph node ids as both edge endpoints and instruction list position. PiperOrigin-RevId: 230849232