[PATCH] D107284: [LoopVectorize] Add support for replication of more intrinsics with scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 01:00:46 PDT 2021


david-arm added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/scalable-assume.ll:90
+  %cmp15 = icmp eq i32 %n, 0
+  br i1 %cmp15, label %for.cond.cleanup, label %for.body.preheader
+
----------------
fhahn wrote:
> is this needed?(same for some other tests)
Maybe not? I didn't write these tests, but copied them from assume.ll. I can clean them up though.


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

https://reviews.llvm.org/D107284



More information about the llvm-commits mailing list