arsenm wrote: > This transform changes the sign bit of nan: > https://alive2.llvm.org/ce/z/KPt3qQ
This sample fails as it is without this patch. This patch also does not change the result for this example. The nan case takes uses the fabs. This only changes the non-nan path https://github.com/llvm/llvm-project/pull/172381 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
