Allow constant folding of ceil function whenever feasible
authorKarthik Bhat <kv.bhat@samsung.com>
Mon, 24 Mar 2014 04:36:06 +0000 (04:36 +0000)
committerKarthik Bhat <kv.bhat@samsung.com>
Mon, 24 Mar 2014 04:36:06 +0000 (04:36 +0000)
commit07707e8969a3936f216874f314c5f8ceaa594a90
tree0e17963b0f0428dae19aa864408eeb847268524b
parent0259b8e14f73232d7bdc11641608ac996779c2b3
Allow constant folding of ceil function whenever feasible

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