[InstCombine] (fcmp une T, F) ? T : F --> T
should not rely on the nsz flag on fcmp
#140994
Labels
(fcmp une T, F) ? T : F --> T
should not rely on the nsz flag on fcmp
#140994
Reproducer: https://alive2.llvm.org/ce/z/_FgncC
nsz
flag should not be propagated from fcmp into select.The text was updated successfully, but these errors were encountered: