[PATCH] D121939: [SLP][NFC] Added a test for a followup patch that enables handling splat loads with uses.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 12:03:01 PDT 2022


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

LG with a nit



================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/lookahead.ll:700
+; Same as splat_loads() but the splat load has internal uses in the slp graph.
+define double @splat_loads_with_internal_uses(double *%array1, double *%array2, double *%ptrA, double *%ptrB) #0 {
+; CHECK-LABEL: @splat_loads_with_internal_uses(
----------------
You can remove `#0` here, I assume


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121939



More information about the llvm-commits mailing list