split mul/div/rem instructions out to their own file.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:09:35 +0000 (06:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:09:35 +0000 (06:09 +0000)
commitd12c27ce0079ba14e73e0c422a30dac68c631a23
tree9a3948b41898c822d4eaf2be0694829c34dfcf03
parent1c22c80d71d7031fa1d4acb4d22dd91beb5487e6
split mul/div/rem instructions out to their own file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/CMakeLists.txt
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp [new file with mode: 0644]
lib/Transforms/InstCombine/InstructionCombining.cpp