Move InstCombine's knowledge of fdiv to SimplifyInstruction().
authorFrits van Bommel <fvbommel@gmail.com>
Sat, 29 Jan 2011 15:26:31 +0000 (15:26 +0000)
committerFrits van Bommel <fvbommel@gmail.com>
Sat, 29 Jan 2011 15:26:31 +0000 (15:26 +0000)
commit1fca2c32cc99197215d3fd32a4ad05214c74edd1
tree9f358ce4aed7f898391854c5310aa5a6aaaf68ee
parent9136782d273cd45b6f19a7d0cc0d146d0791bac9
Move InstCombine's knowledge of fdiv to SimplifyInstruction().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124534 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/InstructionSimplify.cpp
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/Transforms/InstSimplify/fdiv.ll [new file with mode: 0644]