Skip to content
Commit 67786cce authored by Evan Cheng's avatar Evan Cheng
Browse files

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
parent 0ccb5b44
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