tarunprabhu wrote: > It isn't just "go faster": it could change program output (although in what I > think is a standards conforming way).
Doesn't `-ffast-math` also have this same trade-off? I know this is a subjective question, but do you think this demands more sophistication of the user than `-ffast-math`. If so, leaving it hidden is probably best. Otherwise, I think it is reasonable to make this a visible option, but with some more documentation about the tradeoffs of using it. https://github.com/llvm/llvm-project/pull/207377 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
