[PATCH] D49561: AMDGPU: Try to make isKnownNeverSNan more accurate

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 12:43:54 PDT 2018


rampitec added a comment.

I would tend to say isKnownNeverSNan here basically tells not that it cannot be sNaN, but rather that we do not care even if it is. At least we should not care if FP exceptions are off.


https://reviews.llvm.org/D49561





More information about the llvm-commits mailing list