InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
uno && ueq was converted to ueq, it should be converted to uno. llvm-svn: 158441
Loading
Please register or sign in to comment
uno && ueq was converted to ueq, it should be converted to uno. llvm-svn: 158441