OSDN Git Service

NewGVN: Fix PR 31573, a failure to verify memory congruency due to
authorDaniel Berlin <dberlin@dberlin.org>
Mon, 9 Jan 2017 05:34:29 +0000 (05:34 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Mon, 9 Jan 2017 05:34:29 +0000 (05:34 +0000)
commitb393b33bb97347534f6f80374c9c44a632fda417
tree2f4cb4ddb92265e7a37ba0ac2ce466a1b84f05ea
parent66e9c6aac61a5b68dd6182ab14de0c16678cbb11
NewGVN: Fix PR 31573, a failure to verify memory congruency due to
not excluding ourselves when checking if any equivalent stores
exist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291421 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/NewGVN.cpp
test/Transforms/NewGVN/pr31573.ll [new file with mode: 0644]