[PATCH] D125866: [RISCV] Add test for experimental.vector.reverse

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 20:14:54 PDT 2022


Miss_Grape added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll:92
+!1 = !{!"llvm.loop.mustprogress"}
+!2 = !{!"llvm.loop.vectorize.width", i32 4}
+!3 = !{!"llvm.loop.vectorize.scalable.enable", i1 true}
----------------
benshi001 wrote:
> Are these lines necessary ?
yes, need set the vectorize_width 


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

https://reviews.llvm.org/D125866



More information about the llvm-commits mailing list