aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-05-19 21:00:53 +0000
committerJuergen Ributzka <juergen@apple.com>2014-05-19 21:00:53 +0000
commit431761771c560dd38a3b33bc9009d939808c8f09 (patch)
tree2776ef6c4a7e22476f0b7bd483db0a067acf3836 /clang/lib/Serialization/ModuleManager.cpp
parent851072efb735dcd66d1fbfaa434c2c9d7708e29a (diff)
downloadllvm-431761771c560dd38a3b33bc9009d939808c8f09.zip
llvm-431761771c560dd38a3b33bc9009d939808c8f09.tar.gz
llvm-431761771c560dd38a3b33bc9009d939808c8f09.tar.bz2
[ConstantHoisting][X86] Change the cost model to never hoist constants for types larger than i128.
Currently the X86 backend doesn't support types larger than i128 very well. For example an i192 multiply will assert in codegen when the 2nd argument is a constant and the constant got hoisted. This fix changes the cost model to never hoist constants for types larger than i128. Once the codegen issues have been resolved, the cost model can be updated to allow also larger types. This is related to <rdar://problem/16954938> llvm-svn: 209162
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions