Devang Patel
|
4310d39844
|
If IV is used in a int-to-float cast inside the loop then try to eliminate the cast operation.
llvm-svn: 55374
|
2008-08-26 17:57:54 +00:00 |
Bill Wendling
|
fe18a8d9f1
|
XFAIL this test for now.
llvm-svn: 54929
|
2008-08-18 18:29:54 +00:00 |
Evan Cheng
|
8ec334f45e
|
Didn't mean to change this.
llvm-svn: 54904
|
2008-08-17 19:25:28 +00:00 |
Evan Cheng
|
ab35bfdf18
|
Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return junk in higher bits. Patch by Nate Begeman.
llvm-svn: 54903
|
2008-08-17 19:22:34 +00:00 |
Devang Patel
|
f2a03d5a4b
|
Reapply 54786. Add overflow and number of mantissa bits checks.
llvm-svn: 54821
|
2008-08-15 21:21:34 +00:00 |
Evan Cheng
|
86834d29f3
|
Revert 54786. It's not checking for overflows, etc.
llvm-svn: 54813
|
2008-08-15 08:12:11 +00:00 |
Devang Patel
|
054a833dd4
|
If IV is used in a int-to-float cast inside the loop then try to eliminate the cast opeation.
llvm-svn: 54786
|
2008-08-14 20:58:31 +00:00 |