Go to file
Mon P Wang c86715631c Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4
if FPConstant is legal because if the FPConstant doesn't need to be stored
in a constant pool, the transformation is unlikely to be profitable.

llvm-svn: 66994
2009-03-14 00:25:19 +00:00
clang Check for overflow and signedness problems with template 2009-03-14 00:20:21 +00:00
llvm Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4 2009-03-14 00:25:19 +00:00