[PATCH] D67764: [LV] Forced vectorization with runtime checks and OptForSize

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 11:55:01 PDT 2019


Ayal added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/runtime-check.ll:163
 
+define dso_local void @forced_optsize(i64* noalias nocapture readonly %x_p, i64* noalias nocapture readonly %y_p, i64* noalias nocapture %z_p) local_unnamed_addr #0 {
+; FORCED_OPTSIZE-LABEL: @forced_optsize(
----------------
missing optsize attribute?


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

https://reviews.llvm.org/D67764





More information about the llvm-commits mailing list