summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pgo-sample-preparation.c
Commit message (Collapse)AuthorAgeFilesLines
* Invoke simplifycfg and sroa before instcombine.Dehao Chen2016-06-231-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
OpenPOWER on IntegriCloud