[PATCH] D148051: AMDGPU: Reduce number of calls to computeKnownFPClass and pass all arguments

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 03:22:51 PDT 2023


foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.

LGTM with comment fixed.



================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:378
 
+/// Return true if the floating-point value can neve rcontain a NaN or infinity.
+inline bool isKnownNeverInfOrNaN(
----------------
"never contain"


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148051/new/

https://reviews.llvm.org/D148051



More information about the llvm-commits mailing list