[PATCH] D145616: [LV] Use speculatability within entire loop to avoid strided load predication

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 14:41:12 PDT 2023


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM w/minor comment



================
Comment at: llvm/test/Transforms/LoopVectorize/X86/load-deref-pred.ll:1158
 
 ;; TODO: handle non-unit strides
 define i32 @test_non_unit_stride(i64 %len, ptr %test_base) {
----------------
Remove TODO


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145616



More information about the llvm-commits mailing list