fhahn accepted this revision.
fhahn added a comment.

Still LGTM, thanks! The remaining suggestion can be addressed directly before 
committing the patch.



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h:324
+  /// Check if the number of runtime checks exceeds the threshold.
+  bool requiresTooManyRuntimeChecks();
+
----------------
nit: could be turned  into `const` if possible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122126

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to