[PATCH] D66950: [SimplifyCFG] Skip sinking common lifetime markers of `alloca`.

2019-08-29 Thread Michael Liao via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG001871dee8b1: [SimplifyCFG] Skip sinking common lifetime markers of `alloca`. (authored by hliao). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66950/new/

[PATCH] D66950: [SimplifyCFG] Skip sinking common lifetime markers of `alloca`.

2019-08-29 Thread Michael Liao via Phabricator via cfe-commits
hliao updated this revision to Diff 217903. hliao added a comment. Typo Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66950/new/ https://reviews.llvm.org/D66950 Files: llvm/lib/Transforms/Utils/SimplifyCFG.cpp llvm/test/Transforms/SimplifyCFG/

[PATCH] D66950: [SimplifyCFG] Skip sinking common lifetime markers of `alloca`.

2019-08-29 Thread Michael Liao via Phabricator via cfe-commits
hliao updated this revision to Diff 217901. hliao added a comment. Herald added subscribers: cfe-commits, erik.pilkington, mgorny. Herald added a project: clang. Revise `isLifeTimeMarker` following review comment. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews