| commit | 1bbf15c57cd6d7481e5b892f6572da17750e7df2 | [log] [tgz] |
|---|---|---|
| author | James Molloy <james.molloy@arm.com> | Thu Aug 27 09:53:00 2015 +0000 |
| committer | James Molloy <james.molloy@arm.com> | Thu Aug 27 09:53:00 2015 +0000 |
| tree | 6a84c5feb229381281abef5e11fbf548442d9a2d | |
| parent | 2d1ed0bfa7b6ae8ef36514e4f8325802984ef3b0 [diff] |
[LoopVectorize] Extract InductionInfo into a helper class... ... and move it into LoopUtils where it can be used by other passes, just like ReductionDescriptor. The API is very similar to ReductionDescriptor - that is, not very nice at all. Sorting these both out will come in a followup. NFC llvm-svn: 246145