Allow constant folding of round function whenever feasible
authorKarthik Bhat <kv.bhat@samsung.com>
Fri, 7 Mar 2014 04:36:21 +0000 (04:36 +0000)
committerKarthik Bhat <kv.bhat@samsung.com>
Fri, 7 Mar 2014 04:36:21 +0000 (04:36 +0000)
commit70957b9c55f13b962e01bf9214501f8b7e4b4459
tree44ad2c4d4e835789f0db61a583c7b2bf5032eb9f
parent40e107d960643d1ef104e483c34f046c86502911
Allow constant folding of round function whenever feasible

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203198 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantFolding.cpp
test/Transforms/InstCombine/round.ll [new file with mode: 0644]