NewGVN: Use StoreExpression StoredValue instead of looking it up again, since it...
authorDaniel Berlin <dberlin@dberlin.org>
Tue, 16 May 2017 06:06:15 +0000 (06:06 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Tue, 16 May 2017 06:06:15 +0000 (06:06 +0000)
commit629e1ff6e642e86e65aae5f365594cc0e8a156eb
tree4f412ea2d95abc73401ab084734905b865834e20
parentabd632dfeb17b47263294016094e3e2c521fa6c2
NewGVN: Use StoreExpression StoredValue instead of looking it up again, since it was already looked up when it was created

llvm-svn: 303144
llvm/lib/Transforms/Scalar/NewGVN.cpp