diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-26 15:24:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-26 15:24:17 +0000 |
commit | 832800aa6f8144ec4f002c3bcc94a54a02d06991 (patch) | |
tree | 3540241e1c95c0918313138f59b1a98cbb593a7c /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 8c0fb289927e45331a0cb2a81f6374a1df6b602b (diff) | |
download | llvm-832800aa6f8144ec4f002c3bcc94a54a02d06991.zip llvm-832800aa6f8144ec4f002c3bcc94a54a02d06991.tar.gz llvm-832800aa6f8144ec4f002c3bcc94a54a02d06991.tar.bz2 |
Convert comparisons like (x == infinity) to (x >= infinity) on targets
where FCMP_OEQ is not legal and FCMP_OGE is, such as x86.
llvm-svn: 82861
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions