commit | 39937dc48ffb900be4defdf6c288a8b39f564d01 | [log] [tgz] |
---|---|---|
author | Uday Bondhugula <bondhugula@google.com> | Sun Dec 16 22:40:08 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 14:29:28 2019 -0700 |
tree | 9a7efaeb90640d60d035cfbee1367d1c041e2360 | |
parent | c7dc8839ab43a0ed0a7029368d331fd543cd99ed [diff] |
Remove duplicate code / reuse right utilities from memref-dep-check / loop-tile - use addBoundsForForStmt - getLoopIVs can return a vector of ForStmt * instead of const ForStmt *; the returned things aren't owned / part of the stmt on which it's being called. - other minor API cleanup PiperOrigin-RevId: 225774301