[PATCH] D96023: [LoopVectorize] Calculate Max Feasible Scalable VF.

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 09:22:50 PST 2021


david-arm added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp:81
   case HK_FORCE:
+  case HK_SCALABLE:
     return (Val <= 1);
----------------
Not a problem really, but just wondering why you moved it here? I thought since Val is unsigned the two different checks are identical?


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

https://reviews.llvm.org/D96023



More information about the llvm-commits mailing list