]> granicus.if.org Git - llvm/commit
Merging r276181:
authorHans Wennborg <hans@hanshq.net>
Fri, 22 Jul 2016 14:08:45 +0000 (14:08 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 22 Jul 2016 14:08:45 +0000 (14:08 +0000)
commitc94b63ba840d77d79e0eec476b09ea146c4f4fab
tree002f2faf9cd38234b9c64626c56ec6ca8730a426
parente41f8904d335aa83309beb9d00595edf873c9663
Merging r276181:
------------------------------------------------------------------------
r276181 | majnemer | 2016-07-20 14:05:01 -0700 (Wed, 20 Jul 2016) | 6 lines

[GVNHoist] Don't hoist PHI nodes

We hoisted PHIs without respecting their special insertion point in the
block, leading to verfier errors.

This fixes PR28626.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276418 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVNHoist.cpp
test/Transforms/GVN/pr28626.ll [new file with mode: 0644]