| commit | 67786cce66f26a5f3389f32f83a8fb917ce7c31e | [log] [tgz] |
|---|---|---|
| author | Evan Cheng <evan.cheng@apple.com> | Tue Oct 14 17:15:11 2008 +0000 |
| committer | Evan Cheng <evan.cheng@apple.com> | Tue Oct 14 17:15:11 2008 +0000 |
| tree | 53f02b617b1473a67544ad7c5153d53e1eb849bd | |
| parent | 0ccb5b44355b07c99251ccfb929909897f785cac [diff] |
Optimize anding of two fcmp into a single fcmp if the operands are the same. e.g. uno && ueq -> ueq
ord && olt -> olt
ord && ueq -> oeq
llvm-svn: 57507