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

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 13:32:14 PDT 2018


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.h:317
+
+  bool denormalsEnabledForType(EVT VT) const;
 };
----------------
It does not belong to this patch.


https://reviews.llvm.org/D49561





More information about the llvm-commits mailing list