Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turn IPSCCP back on by default, try #3 or 4? Woo. | Chris Lattner | 2009-11-03 | 1 | -1/+0 |
| | | | | llvm-svn: 85929 | ||||
* | xfail this test since daniel turned off ipsccp | Chris Lattner | 2009-11-03 | 1 | -0/+1 |
| | | | | llvm-svn: 85907 | ||||
* | We currently only run ipsccp at LTO time, which is silly. It subsumes | Chris Lattner | 2009-11-01 | 1 | -0/+19 |
ipconstprop and doesn't take much time. Just run it in its place. This adds a testcase for it, which I plan to expand to cover other "integration" cases, where we expect the optimizer to be able to eliminate various things. Due to phase order issues we've regressed in a number of areas and integration tests are the only way I see to prevent this. llvm-svn: 85729 |