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
2 files changed
tree: 53f02b617b1473a67544ad7c5153d53e1eb849bd
  1. clang/
  2. llvm/