diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-14 17:15:11 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-14 17:15:11 +0000 |
commit | 67786cce66f26a5f3389f32f83a8fb917ce7c31e (patch) | |
tree | 53f02b617b1473a67544ad7c5153d53e1eb849bd /llvm/lib/Support/CommandLine.cpp | |
parent | 0ccb5b44355b07c99251ccfb929909897f785cac (diff) | |
download | llvm-67786cce66f26a5f3389f32f83a8fb917ce7c31e.zip llvm-67786cce66f26a5f3389f32f83a8fb917ce7c31e.tar.gz llvm-67786cce66f26a5f3389f32f83a8fb917ce7c31e.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions