[PATCH] D136806: [Pipelines] Introduce SROA after (final, full) loop unrolling

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 16:53:45 PST 2022


lebedev.ri updated this revision to Diff 475311.
lebedev.ri retitled this revision from "[Pipelines] Introduce SROA after (full) loop unrolling" to "[Pipelines] Introduce SROA after (final, full) loop unrolling".
lebedev.ri added a reviewer: arsenm.
lebedev.ri added a comment.
Herald added subscribers: cfe-commits, wdng.
Herald added a project: clang.

In D136806#3926319 <https://reviews.llvm.org/D136806#3926319>, @arsenm wrote:

> I think SROA after unroll is important. It's practically the main reason to unroll

Yay, finally some recognition.
Would you like to stamp? :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136806

Files:
  clang/test/CodeGen/cleanup-destslot-simple.c
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll
  llvm/test/Transforms/PhaseOrdering/X86/SROA-after-final-loop-unrolling-2.ll
  llvm/test/Transforms/PhaseOrdering/X86/SROA-after-final-loop-unrolling.ll
  llvm/test/Transforms/PhaseOrdering/single-iteration-loop-sroa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136806.475311.patch
Type: text/x-patch
Size: 23516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221115/b31381be/attachment-0001.bin>


More information about the llvm-commits mailing list