OSDN Git Service

Calls to fmod, it turns out, are constant-folded by
authorDale Johannesen <dalej@apple.com>
Tue, 20 Jan 2009 21:58:13 +0000 (21:58 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 20 Jan 2009 21:58:13 +0000 (21:58 +0000)
commit67e1e7c3d84e04abbda81426827c72937e0aceba
tree46c71d96562d4dd617c685fce58b3d404b019c60
parent1d5ee5c3b8dedab297d2158271d4c3743e812eea
Calls to fmod, it turns out, are constant-folded by
invoking the host fmod, not by lowering to frem and
constant-folding that.  Fix this so it tests what I
want to test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62622 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll