[PATCH] D146226: [SCEV] Recognize vscale intrinsics

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 07:44:08 PDT 2023


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM w/minor comment



================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:564
 
+/// Determine the possible constant range of a vscale intrinsic with the
+/// given bit width, based on the vscale_range function attribute.
----------------
Can you rephrase this comment?  This doesn't just bound the vscale intrinsic, it also bounds the vscale type param.  


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

https://reviews.llvm.org/D146226



More information about the llvm-commits mailing list