]> granicus.if.org Git - llvm/commit
[Sink] Don't move calls to readonly functions across stores
authorNicolai Haehnle <nhaehnle@gmail.com>
Mon, 11 Jul 2016 14:11:51 +0000 (14:11 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Mon, 11 Jul 2016 14:11:51 +0000 (14:11 +0000)
commitbd10da16fd5320ca47b0cf7edcd88d3eabd6d0fe
tree9d1200b3bd54e8da99d163443b9845dfce391af1
parent0f5a9cff491c88a6f26495e94a9ebc2e4023ebd9
[Sink] Don't move calls to readonly functions across stores

Summary:

Reviewers: hfinkel, majnemer, tstellarAMD, sunfish

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D17279

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