Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -1/+1 |
| | | | | Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617 | ||||
* | Don't form PPC CTR loops for over-sized exit counts | Hal Finkel | 2013-07-01 | 1 | -0/+23 |
Although you can't generate this from C on PPC64, if you have a loop using a 64-bit counter on PPC32 then you can't form a CTR-based loop for it. This had been cauing the PPCCTRLoops pass to assert. Thanks to Joerg Sonnenberger for providing a test case! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185361 91177308-0d34-0410-b5e6-96231b3b80d8 |