[PATCH] D62225: [clang][NewPM] Fixing remaining -O0 tests that are broken under new PM

2019-06-19 Thread Leonard Chan via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL363846: [clang][NewPM] Fixing remaining -O0 tests that are broken under new PM (authored by leonardchan, committed by ). Changed prior to commit: https://reviews.llvm.org/D62225?vs=204198=205639#toc

[PATCH] D62225: [clang][NewPM] Fixing remaining -O0 tests that are broken under new PM

2019-06-18 Thread Chandler Carruth via Phabricator via cfe-commits
chandlerc accepted this revision. chandlerc added a comment. This revision is now accepted and ready to land. FWIW, this LGTM. We may want to tweak the behavior around flattening, but that can happen as a follow-up, and this seems to get us to a better state. Repository: rG LLVM Github

[PATCH] D62225: [clang][NewPM] Fixing remaining -O0 tests that are broken under new PM

2019-06-11 Thread Leonard Chan via Phabricator via cfe-commits
leonardchan added a comment. In D62225#1537248 , @chandlerc wrote: > I think this ultimately needs to be split up into smaller patches. A bunch of > these things can be landed independently. Here is my first cut at things to > split out, each one into

[PATCH] D62225: [clang][NewPM] Fixing remaining -O0 tests that are broken under new PM

2019-06-11 Thread Leonard Chan via Phabricator via cfe-commits
leonardchan updated this revision to Diff 204198. leonardchan retitled this revision from "[clang][NewPM] Fixing -O0 tests that are broken under new PM" to "[clang][NewPM] Fixing remaining -O0 tests that are broken under new PM". leonardchan edited the summary of this revision. Repository: rG