Skip to content
Commit 832800aa authored by Dan Gohman's avatar Dan Gohman
Browse files

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
parent 8c0fb289
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment