Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common loop utility function isInductionPHI into LoopUtils.cpp | Karthik Bhat | 2015-04-23 | 1 | -0/+46 |
| | | | | | | | This patch refactors the definition of common utility function "isInductionPHI" to LoopUtils.cpp. This fixes compilation error when configured with -DBUILD_SHARED_LIBS=ON llvm-svn: 235577 | ||||
* | [NFC] Refactor identification of reductions as common utility function. | Karthik Bhat | 2015-04-20 | 1 | -0/+453 |
This patch refactors reduction identification code out of LoopVectorizer and exposes them as common utilities. No functional change. Review: http://reviews.llvm.org/D9046 llvm-svn: 235284 |