[PATCH] D131093: [LV] Restructure isPredicatedInst and isScalarWithPredication (w/a fix for uniform mem ops)

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 07:55:24 PDT 2022


reames added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/RISCV/load-store.ll:65
+
+define void @copy_large(ptr %dest, ptr %p) {
+; CHECK-LABEL: @copy_large(
----------------
david-arm wrote:
> I'm not sure why this test is part of this patch, since it's related to SLP?
This was a bad rebase.  Will remove.


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

https://reviews.llvm.org/D131093



More information about the llvm-commits mailing list