commit | 159849558b9e0bbff8ece4ace3742640e8776b56 | [log] [tgz] |
---|---|---|
author | Uday Bondhugula <bondhugula@google.com> | Wed Aug 01 22:36:12 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:53:02 2019 -0700 |
tree | 204c9c4ac9faf685d901feffc47b7b768470beda | |
parent | 970f5b86da44a44bd98f93a9430f6ede2d28fde1 [diff] |
MLStmt cloning and IV replacement for loop unrolling, add constant pool to MLFunctions. - MLStmt cloning and IV replacement - While at this, fix the innermostLoopGatherer to actually gather all the innermost loops (it was stopping its walk at the first innermost loop it found) - Improve comments for MLFunction statement classes, fix inheritance order. - Fixed StmtBlock destructor. PiperOrigin-RevId: 207049173