Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Invoke simplifycfg and sroa before instcombine. | Dehao Chen | 2016-06-23 | 1 | -0/+16 |
Summary: InstCombine needs to be performed after simplifycfg and sroa, otherwise it may make bad optimization decisions. Reviewers: davidxl, wmi, dnovillo Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D21568 llvm-svn: 273606 |