]> granicus.if.org Git - llvm/commit
Merging r276389:
authorHans Wennborg <hans@hanshq.net>
Mon, 25 Jul 2016 17:27:28 +0000 (17:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 25 Jul 2016 17:27:28 +0000 (17:27 +0000)
commit2adc29e5fc9ef1f9e256d1a00e7b0e0d3080df7f
tree2f239ef8ebd49ff7e0c792ae4e20f0b408429d2b
parent6537e20aaec25f5e065d07e9c5001465eb066604
Merging r276389:
------------------------------------------------------------------------
r276389 | majnemer | 2016-07-21 21:54:44 -0700 (Thu, 21 Jul 2016) | 6 lines

Don't remove side effecting instructions due to ConstantFoldInstruction

Just because we can constant fold the result of an instruction does not
imply that we can delete the instruction.  It may have side effects.

This fixes PR28655.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
test/Transforms/ConstProp/calls.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/log-pow.ll