aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-02-18 17:55:26 +0000
committerDan Gohman <gohman@apple.com>2008-02-18 17:55:26 +0000
commit339ffedca9f5f367d26507eb631fd5f929c04677 (patch)
tree2387b32870024768b77060e5ded1cd7085cd800f /lib/Bitcode/Reader/BitcodeReader.cpp
parente10c0b9d66910dd1dbe2914877ae71ac5dea941f (diff)
Don't mark scalar integer multiplication as Expand on x86, since x86
has plain one-result scalar integer multiplication instructions. This avoids expanding such instructions into MUL_LOHI sequences that must be special-cased at isel time, and avoids the problem with that code that provented memory operands from being folded. This fixes PR1874, addressesing the most common case. The uncommon cases of optimizing multiply-high operations will require work in DAGCombiner. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions